Shades of Wistful #9E99E0
Tints of Wistful #9E99E0
RGB
CMYK
RGB Variations
Color information
#9E99E0 (or 0x9E99E0) is known color: Wistful. HEX triplet: 9E, 99 and E0. RGB value is (158,153,224). Sum of RGB (Red+Green+Blue) = 158+153+224=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E99E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E99E0 is #61661F. Grayscale: #A2A2A2. Windows color (decimal): -6383136 or 14719390. OLE color: 14719390.
HSL color Cylindrical-coordinate representation of color #9E99E0: hue angle of 244.23º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E99E0 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 153 | 224 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.12 |
| HSL | 244.23º | 0.53% | 0.74% | - |
| HSV(B) | 244.23º | 0.32% | 0.88% | - |
| XYZ | 38.95 | 35.43 | 75.31 | - |
| YUV | 162.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 224 | 0.29 | 0.32 | 0 | 0.12 | 244.23 | 0.53 | 0.74 |
| Hex | 9E | 99 | E0 | 1D | 20 | 0 | C | F4 | 35 | 4A |
| Octal | 236 | 231 | 340 | 35 | 40 | 0 | 14 | 364 | 65 | 112 |
| Binary | 10011110 | 10011001 | 11100000 | 11101 | 100000 | 0 | 1100 | 11110100 | 110101 | 1001010 |
Color Harmonies of #9E99E0
Complementary color
Monochromatic Colors of #9E99E0
Black with #9E99E0
Text Example
Text Example
White with #9E99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E99E0; }
p { color: rgb(158,153,224); }
H1.HeaderClassName
{
color: #9E99E0;
}
.AnyTagClassName
{
color: #9E99E0;
}
</style>
background-color css
<style>
a { background-color: #9E99E0; }
a { background-color: rgb(158,153,224); }
div.DivClassName
{
background-color: #9E99E0;
}
.BgClassName
{
background-color: #9E99E0;
}
</style>
border-color css
<style>
span { border-color: #9E99E0; }
span { border-color: rgb(158,153,224); }
td.TdClassName
{
border-color: #9E99E0;
}
.TagClassName
{
border-color: #9E99E0;
}
</style>