Shades of Wistful #9E9FE0
Tints of Wistful #9E9FE0
RGB
CMYK
RGB Variations
Color information
#9E9FE0 (or 0x9E9FE0) is known color: Wistful. HEX triplet: 9E, 9F and E0. RGB value is (158,159,224). Sum of RGB (Red+Green+Blue) = 158+159+224=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E9FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FE0 is #61601F. Grayscale: #A5A5A5. Windows color (decimal): -6381600 or 14720926. OLE color: 14720926.
HSL color Cylindrical-coordinate representation of color #9E9FE0: hue angle of 239.09º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E9FE0 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 159 | 224 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.12 |
| HSL | 239.09º | 0.52% | 0.75% | - |
| HSV(B) | 239.09º | 0.29% | 0.88% | - |
| XYZ | 39.95 | 37.45 | 75.64 | - |
| YUV | 166.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 159 | 224 | 0.29 | 0.29 | 0 | 0.12 | 239.09 | 0.52 | 0.75 |
| Hex | 9E | 9F | E0 | 1D | 1D | 0 | C | EF | 34 | 4B |
| Octal | 236 | 237 | 340 | 35 | 35 | 0 | 14 | 357 | 64 | 113 |
| Binary | 10011110 | 10011111 | 11100000 | 11101 | 11101 | 0 | 1100 | 11101111 | 110100 | 1001011 |
Color Harmonies of #9E9FE0
Complementary color
Monochromatic Colors of #9E9FE0
Black with #9E9FE0
Text Example
Text Example
White with #9E9FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9FE0; }
p { color: rgb(158,159,224); }
H1.HeaderClassName
{
color: #9E9FE0;
}
.AnyTagClassName
{
color: #9E9FE0;
}
</style>
background-color css
<style>
a { background-color: #9E9FE0; }
a { background-color: rgb(158,159,224); }
div.DivClassName
{
background-color: #9E9FE0;
}
.BgClassName
{
background-color: #9E9FE0;
}
</style>
border-color css
<style>
span { border-color: #9E9FE0; }
span { border-color: rgb(158,159,224); }
td.TdClassName
{
border-color: #9E9FE0;
}
.TagClassName
{
border-color: #9E9FE0;
}
</style>