Shades of Wistful #9E8FEB
Tints of Wistful #9E8FEB
RGB
CMYK
RGB Variations
Color information
#9E8FEB (or 0x9E8FEB) is known color: Wistful. HEX triplet: 9E, 8F and EB. RGB value is (158,143,235). Sum of RGB (Red+Green+Blue) = 158+143+235=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8FEB is #617014. Grayscale: #9D9D9D. Windows color (decimal): -6385685 or 15437726. OLE color: 15437726.
HSL color Cylindrical-coordinate representation of color #9E8FEB: hue angle of 249.78º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E8FEB is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 143 | 235 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.08 |
| HSL | 249.78º | 0.7% | 0.74% | - |
| HSV(B) | 249.78º | 0.39% | 0.92% | - |
| XYZ | 38.92 | 32.91 | 82.9 | - |
| YUV | 157.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 143 | 235 | 0.33 | 0.39 | 0 | 0.08 | 249.78 | 0.7 | 0.74 |
| Hex | 9E | 8F | EB | 21 | 27 | 0 | 8 | FA | 46 | 4A |
| Octal | 236 | 217 | 353 | 41 | 47 | 0 | 10 | 372 | 106 | 112 |
| Binary | 10011110 | 10001111 | 11101011 | 100001 | 100111 | 0 | 1000 | 11111010 | 1000110 | 1001010 |
Color Harmonies of #9E8FEB
Complementary color
Monochromatic Colors of #9E8FEB
Black with #9E8FEB
Text Example
Text Example
White with #9E8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8FEB; }
p { color: rgb(158,143,235); }
H1.HeaderClassName
{
color: #9E8FEB;
}
.AnyTagClassName
{
color: #9E8FEB;
}
</style>
background-color css
<style>
a { background-color: #9E8FEB; }
a { background-color: rgb(158,143,235); }
div.DivClassName
{
background-color: #9E8FEB;
}
.BgClassName
{
background-color: #9E8FEB;
}
</style>
border-color css
<style>
span { border-color: #9E8FEB; }
span { border-color: rgb(158,143,235); }
td.TdClassName
{
border-color: #9E8FEB;
}
.TagClassName
{
border-color: #9E8FEB;
}
</style>