Shades of Wistful #9E9ACD
Tints of Wistful #9E9ACD
RGB
CMYK
RGB Variations
Color information
#9E9ACD (or 0x9E9ACD) is known color: Wistful. HEX triplet: 9E, 9A and CD. RGB value is (158,154,205). Sum of RGB (Red+Green+Blue) = 158+154+205=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ACD is #616532. Grayscale: #A0A0A0. Windows color (decimal): -6382899 or 13474462. OLE color: 13474462.
HSL color Cylindrical-coordinate representation of color #9E9ACD: hue angle of 244.71º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E9ACD is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 154 | 205 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.20 |
| HSL | 244.71º | 0.34% | 0.7% | - |
| HSV(B) | 244.71º | 0.25% | 0.8% | - |
| XYZ | 36.68 | 34.79 | 62.54 | - |
| YUV | 161.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 205 | 0.23 | 0.25 | 0 | 0.20 | 244.71 | 0.34 | 0.7 |
| Hex | 9E | 9A | CD | 17 | 19 | 0 | 14 | F5 | 22 | 46 |
| Octal | 236 | 232 | 315 | 27 | 31 | 0 | 24 | 365 | 42 | 106 |
| Binary | 10011110 | 10011010 | 11001101 | 10111 | 11001 | 0 | 10100 | 11110101 | 100010 | 1000110 |
Color Harmonies of #9E9ACD
Complementary color
Monochromatic Colors of #9E9ACD
Black with #9E9ACD
Text Example
Text Example
White with #9E9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9ACD; }
p { color: rgb(158,154,205); }
H1.HeaderClassName
{
color: #9E9ACD;
}
.AnyTagClassName
{
color: #9E9ACD;
}
</style>
background-color css
<style>
a { background-color: #9E9ACD; }
a { background-color: rgb(158,154,205); }
div.DivClassName
{
background-color: #9E9ACD;
}
.BgClassName
{
background-color: #9E9ACD;
}
</style>
border-color css
<style>
span { border-color: #9E9ACD; }
span { border-color: rgb(158,154,205); }
td.TdClassName
{
border-color: #9E9ACD;
}
.TagClassName
{
border-color: #9E9ACD;
}
</style>