Shades of Wistful #9E8ED5
Tints of Wistful #9E8ED5
RGB
CMYK
RGB Variations
Color information
#9E8ED5 (or 0x9E8ED5) is known color: Wistful. HEX triplet: 9E, 8E and D5. RGB value is (158,142,213). Sum of RGB (Red+Green+Blue) = 158+142+213=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E8ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8ED5 is #61712A. Grayscale: #9A9A9A. Windows color (decimal): -6385963 or 13995678. OLE color: 13995678.
HSL color Cylindrical-coordinate representation of color #9E8ED5: hue angle of 253.52º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E8ED5 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 142 | 213 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.16 |
| HSL | 253.52º | 0.46% | 0.7% | - |
| HSV(B) | 253.52º | 0.33% | 0.84% | - |
| XYZ | 35.78 | 31.42 | 67.13 | - |
| YUV | 154.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 142 | 213 | 0.26 | 0.33 | 0 | 0.16 | 253.52 | 0.46 | 0.7 |
| Hex | 9E | 8E | D5 | 1A | 21 | 0 | 10 | FE | 2E | 46 |
| Octal | 236 | 216 | 325 | 32 | 41 | 0 | 20 | 376 | 56 | 106 |
| Binary | 10011110 | 10001110 | 11010101 | 11010 | 100001 | 0 | 10000 | 11111110 | 101110 | 1000110 |
Color Harmonies of #9E8ED5
Complementary color
Monochromatic Colors of #9E8ED5
Black with #9E8ED5
Text Example
Text Example
White with #9E8ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8ED5; }
p { color: rgb(158,142,213); }
H1.HeaderClassName
{
color: #9E8ED5;
}
.AnyTagClassName
{
color: #9E8ED5;
}
</style>
background-color css
<style>
a { background-color: #9E8ED5; }
a { background-color: rgb(158,142,213); }
div.DivClassName
{
background-color: #9E8ED5;
}
.BgClassName
{
background-color: #9E8ED5;
}
</style>
border-color css
<style>
span { border-color: #9E8ED5; }
span { border-color: rgb(158,142,213); }
td.TdClassName
{
border-color: #9E8ED5;
}
.TagClassName
{
border-color: #9E8ED5;
}
</style>