Shades of Wistful #9E9CCD
Tints of Wistful #9E9CCD
RGB
CMYK
RGB Variations
Color information
#9E9CCD (or 0x9E9CCD) is known color: Wistful. HEX triplet: 9E, 9C and CD. RGB value is (158,156,205). Sum of RGB (Red+Green+Blue) = 158+156+205=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9CCD is #616332. Grayscale: #A1A1A1. Windows color (decimal): -6382387 or 13474974. OLE color: 13474974.
HSL color Cylindrical-coordinate representation of color #9E9CCD: hue angle of 242.45º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E9CCD is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 156 | 205 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.20 |
| HSL | 242.45º | 0.33% | 0.71% | - |
| HSV(B) | 242.45º | 0.24% | 0.8% | - |
| XYZ | 37.01 | 35.45 | 62.65 | - |
| YUV | 162.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 205 | 0.23 | 0.24 | 0 | 0.20 | 242.45 | 0.33 | 0.71 |
| Hex | 9E | 9C | CD | 17 | 18 | 0 | 14 | F2 | 21 | 47 |
| Octal | 236 | 234 | 315 | 27 | 30 | 0 | 24 | 362 | 41 | 107 |
| Binary | 10011110 | 10011100 | 11001101 | 10111 | 11000 | 0 | 10100 | 11110010 | 100001 | 1000111 |
Color Harmonies of #9E9CCD
Complementary color
Monochromatic Colors of #9E9CCD
Black with #9E9CCD
Text Example
Text Example
White with #9E9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9CCD; }
p { color: rgb(158,156,205); }
H1.HeaderClassName
{
color: #9E9CCD;
}
.AnyTagClassName
{
color: #9E9CCD;
}
</style>
background-color css
<style>
a { background-color: #9E9CCD; }
a { background-color: rgb(158,156,205); }
div.DivClassName
{
background-color: #9E9CCD;
}
.BgClassName
{
background-color: #9E9CCD;
}
</style>
border-color css
<style>
span { border-color: #9E9CCD; }
span { border-color: rgb(158,156,205); }
td.TdClassName
{
border-color: #9E9CCD;
}
.TagClassName
{
border-color: #9E9CCD;
}
</style>