Shades of Wistful #9E8EDE
Tints of Wistful #9E8EDE
RGB
CMYK
RGB Variations
Color information
#9E8EDE (or 0x9E8EDE) is known color: Wistful. HEX triplet: 9E, 8E and DE. RGB value is (158,142,222). Sum of RGB (Red+Green+Blue) = 158+142+222=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E8EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8EDE is #617121. Grayscale: #9B9B9B. Windows color (decimal): -6385954 or 14585502. OLE color: 14585502.
HSL color Cylindrical-coordinate representation of color #9E8EDE: hue angle of 252º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E8EDE is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 142 | 222 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.13 |
| HSL | 252º | 0.55% | 0.71% | - |
| HSV(B) | 252º | 0.36% | 0.87% | - |
| XYZ | 36.96 | 31.89 | 73.31 | - |
| YUV | 155.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 142 | 222 | 0.29 | 0.36 | 0 | 0.13 | 252 | 0.55 | 0.71 |
| Hex | 9E | 8E | DE | 1D | 24 | 0 | D | FC | 37 | 47 |
| Octal | 236 | 216 | 336 | 35 | 44 | 0 | 15 | 374 | 67 | 107 |
| Binary | 10011110 | 10001110 | 11011110 | 11101 | 100100 | 0 | 1101 | 11111100 | 110111 | 1000111 |
Color Harmonies of #9E8EDE
Complementary color
Monochromatic Colors of #9E8EDE
Black with #9E8EDE
Text Example
Text Example
White with #9E8EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8EDE; }
p { color: rgb(158,142,222); }
H1.HeaderClassName
{
color: #9E8EDE;
}
.AnyTagClassName
{
color: #9E8EDE;
}
</style>
background-color css
<style>
a { background-color: #9E8EDE; }
a { background-color: rgb(158,142,222); }
div.DivClassName
{
background-color: #9E8EDE;
}
.BgClassName
{
background-color: #9E8EDE;
}
</style>
border-color css
<style>
span { border-color: #9E8EDE; }
span { border-color: rgb(158,142,222); }
td.TdClassName
{
border-color: #9E8EDE;
}
.TagClassName
{
border-color: #9E8EDE;
}
</style>