Shades of Wistful #9E8FEE
Tints of Wistful #9E8FEE
RGB
CMYK
RGB Variations
Color information
#9E8FEE (or 0x9E8FEE) is known color: Wistful. HEX triplet: 9E, 8F and EE. RGB value is (158,143,238). Sum of RGB (Red+Green+Blue) = 158+143+238=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E8FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8FEE is #617011. Grayscale: #9D9D9D. Windows color (decimal): -6385682 or 15634334. OLE color: 15634334.
HSL color Cylindrical-coordinate representation of color #9E8FEE: hue angle of 249.47º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E8FEE is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 143 | 238 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.07 |
| HSL | 249.47º | 0.74% | 0.75% | - |
| HSV(B) | 249.47º | 0.4% | 0.93% | - |
| XYZ | 39.36 | 33.09 | 85.2 | - |
| YUV | 158.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 143 | 238 | 0.34 | 0.40 | 0 | 0.07 | 249.47 | 0.74 | 0.75 |
| Hex | 9E | 8F | EE | 22 | 28 | 0 | 7 | F9 | 4A | 4B |
| Octal | 236 | 217 | 356 | 42 | 50 | 0 | 7 | 371 | 112 | 113 |
| Binary | 10011110 | 10001111 | 11101110 | 100010 | 101000 | 0 | 111 | 11111001 | 1001010 | 1001011 |
Color Harmonies of #9E8FEE
Complementary color
Monochromatic Colors of #9E8FEE
Black with #9E8FEE
Text Example
Text Example
White with #9E8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8FEE; }
p { color: rgb(158,143,238); }
H1.HeaderClassName
{
color: #9E8FEE;
}
.AnyTagClassName
{
color: #9E8FEE;
}
</style>
background-color css
<style>
a { background-color: #9E8FEE; }
a { background-color: rgb(158,143,238); }
div.DivClassName
{
background-color: #9E8FEE;
}
.BgClassName
{
background-color: #9E8FEE;
}
</style>
border-color css
<style>
span { border-color: #9E8FEE; }
span { border-color: rgb(158,143,238); }
td.TdClassName
{
border-color: #9E8FEE;
}
.TagClassName
{
border-color: #9E8FEE;
}
</style>