Shades of Wistful #9E9EEA
Tints of Wistful #9E9EEA
RGB
CMYK
RGB Variations
Color information
#9E9EEA (or 0x9E9EEA) is known color: Wistful. HEX triplet: 9E, 9E and EA. RGB value is (158,158,234). Sum of RGB (Red+Green+Blue) = 158+158+234=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9EEA is #616115. Grayscale: #A6A6A6. Windows color (decimal): -6381846 or 15376030. OLE color: 15376030.
HSL color Cylindrical-coordinate representation of color #9E9EEA: hue angle of 240º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E9EEA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 158 | 234 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.08 |
| HSL | 240º | 0.64% | 0.77% | - |
| HSV(B) | 240º | 0.32% | 0.92% | - |
| XYZ | 41.18 | 37.66 | 82.94 | - |
| YUV | 166.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 158 | 234 | 0.32 | 0.32 | 0 | 0.08 | 240 | 0.64 | 0.77 |
| Hex | 9E | 9E | EA | 20 | 20 | 0 | 8 | F0 | 40 | 4D |
| Octal | 236 | 236 | 352 | 40 | 40 | 0 | 10 | 360 | 100 | 115 |
| Binary | 10011110 | 10011110 | 11101010 | 100000 | 100000 | 0 | 1000 | 11110000 | 1000000 | 1001101 |
Color Harmonies of #9E9EEA
Complementary color
Monochromatic Colors of #9E9EEA
Black with #9E9EEA
Text Example
Text Example
White with #9E9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9EEA; }
p { color: rgb(158,158,234); }
H1.HeaderClassName
{
color: #9E9EEA;
}
.AnyTagClassName
{
color: #9E9EEA;
}
</style>
background-color css
<style>
a { background-color: #9E9EEA; }
a { background-color: rgb(158,158,234); }
div.DivClassName
{
background-color: #9E9EEA;
}
.BgClassName
{
background-color: #9E9EEA;
}
</style>
border-color css
<style>
span { border-color: #9E9EEA; }
span { border-color: rgb(158,158,234); }
td.TdClassName
{
border-color: #9E9EEA;
}
.TagClassName
{
border-color: #9E9EEA;
}
</style>