Shades of Wistful #9E8EEB
Tints of Wistful #9E8EEB
RGB
CMYK
RGB Variations
Color information
#9E8EEB (or 0x9E8EEB) is known color: Wistful. HEX triplet: 9E, 8E and EB. RGB value is (158,142,235). Sum of RGB (Red+Green+Blue) = 158+142+235=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E8EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8EEB is #617114. Grayscale: #9D9D9D. Windows color (decimal): -6385941 or 15437470. OLE color: 15437470.
HSL color Cylindrical-coordinate representation of color #9E8EEB: hue angle of 250.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E8EEB is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 142 | 235 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.08 |
| HSL | 250.32º | 0.7% | 0.74% | - |
| HSV(B) | 250.32º | 0.4% | 0.92% | - |
| XYZ | 38.77 | 32.61 | 82.85 | - |
| YUV | 157.39 | 171.8 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 142 | 235 | 0.33 | 0.40 | 0 | 0.08 | 250.32 | 0.7 | 0.74 |
| Hex | 9E | 8E | EB | 21 | 28 | 0 | 8 | FA | 46 | 4A |
| Octal | 236 | 216 | 353 | 41 | 50 | 0 | 10 | 372 | 106 | 112 |
| Binary | 10011110 | 10001110 | 11101011 | 100001 | 101000 | 0 | 1000 | 11111010 | 1000110 | 1001010 |
Color Harmonies of #9E8EEB
Complementary color
Monochromatic Colors of #9E8EEB
Black with #9E8EEB
Text Example
Text Example
White with #9E8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8EEB; }
p { color: rgb(158,142,235); }
H1.HeaderClassName
{
color: #9E8EEB;
}
.AnyTagClassName
{
color: #9E8EEB;
}
</style>
background-color css
<style>
a { background-color: #9E8EEB; }
a { background-color: rgb(158,142,235); }
div.DivClassName
{
background-color: #9E8EEB;
}
.BgClassName
{
background-color: #9E8EEB;
}
</style>
border-color css
<style>
span { border-color: #9E8EEB; }
span { border-color: rgb(158,142,235); }
td.TdClassName
{
border-color: #9E8EEB;
}
.TagClassName
{
border-color: #9E8EEB;
}
</style>