Color: #9993BF
#9993BF Color Information
#9993BF is a light color. The closest websafe version is #9993BF. A complement of this color would be #B9BF92, perceived brightness is 0.60, and the grayscale version is #A9A9A9.
In the HSL color space, this color has a hue angle of 248°,a saturation of 26%, and a lightness of 66%.The HSV representation shows a hue of 248°, a saturation of 100%, and a value of 100%.
In a RGB color space, #9993BF is composed of 60% red, 58% green and 75% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 23% magenta, 0% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 31.16, x: 0.3126, and y: 0.2990.
Color Code #9993BF
Shades of Color #9993BF
Shades are created by darkening the original color #9993BF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #9993BF
Tints are created by lightening the original color #9993BF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #9993BF Color Code
In the HSL color space, this color has a hue angle of 248°, a saturation of 26%, and a lightness of 66%. The HSV representation shows a hue of 248°, a saturation of 23%, and a value of 75%.
- HEX: #9993BF
- RGB: rgb(153, 147, 191)
- HSL: hsl(248, 26%, 66%)
- HSV: hsv(248, 23%, 75%)
- CMYK: 20.00% cyan, 23.00% magenta, 0.00% yellow, 25.00% black
- XYZ: 32.58, 31.16, 40.49
- Yxy: 31.16, 0.3126, 0.2990
- Hunter Lab: 62.64, 9.27, -22.15
- CIE-Lab: 62.64, 9.27, -22.15
In the XYZ color space, this color is represented as X: 32.58, Y: 31.16, Z: 40.49. The Yxy representation further refines this as Y: 31.16, x: 0.3126, and y: 0.2990.
In the Hunter Lab color space, this color is represented as L: 62.64, a: 9.27, and b: -22.15. Similarly, in the CIE-Lab color space, it is represented as L: 62.64, a: 9.27, and b: -22.15.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #9993BF
Triadic colors are three colors evenly spaced around the color wheel, including #9993BF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #9993BF
Monochromatic colors are variations of #9993BF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #9993BF
The complementary color of #9993BF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #9993BF
/* Using HEX */ body { background-color: #9993bf; }
/* Using RGB */ body { background-color: rgb(153, 147, 191); }
/* Using RGB with opacity */ body { background-color: rgba(153, 147, 191, 0.5); }
/* Using HSL */ body { background-color: hsl(248, 26%, 66%); }
/* Text color */ p { color: #9993bf; }
/* Box shadow */ div { box-shadow: 4px 4px #9993bf; }
HTML Examples of #9993BF
<!-- Using HEX --> <div style="background-color: #9993bf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(153, 147, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(153, 147, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(248, 26%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #9993bf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #9993bf; width: 100px; height: 100px;"></div>
Related Colors of #9993BF
These colors are similar to #9993BF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.