Shades of Wistful #9E9BE4
Tints of Wistful #9E9BE4
RGB
CMYK
RGB Variations
Color information
#9E9BE4 (or 0x9E9BE4) is known color: Wistful. HEX triplet: 9E, 9B and E4. RGB value is (158,155,228). Sum of RGB (Red+Green+Blue) = 158+155+228=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #9E9BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9BE4 is #61641B. Grayscale: #A3A3A3. Windows color (decimal): -6382620 or 14982046. OLE color: 14982046.
HSL color Cylindrical-coordinate representation of color #9E9BE4: hue angle of 242.47º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E9BE4 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 155 | 228 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.11 |
| HSL | 242.47º | 0.57% | 0.75% | - |
| HSV(B) | 242.47º | 0.32% | 0.89% | - |
| XYZ | 39.83 | 36.31 | 78.31 | - |
| YUV | 164.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 228 | 0.31 | 0.32 | 0 | 0.11 | 242.47 | 0.57 | 0.75 |
| Hex | 9E | 9B | E4 | 1F | 20 | 0 | B | F2 | 39 | 4B |
| Octal | 236 | 233 | 344 | 37 | 40 | 0 | 13 | 362 | 71 | 113 |
| Binary | 10011110 | 10011011 | 11100100 | 11111 | 100000 | 0 | 1011 | 11110010 | 111001 | 1001011 |
Color Harmonies of #9E9BE4
Complementary color
Monochromatic Colors of #9E9BE4
Black with #9E9BE4
Text Example
Text Example
White with #9E9BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BE4; }
p { color: rgb(158,155,228); }
H1.HeaderClassName
{
color: #9E9BE4;
}
.AnyTagClassName
{
color: #9E9BE4;
}
</style>
background-color css
<style>
a { background-color: #9E9BE4; }
a { background-color: rgb(158,155,228); }
div.DivClassName
{
background-color: #9E9BE4;
}
.BgClassName
{
background-color: #9E9BE4;
}
</style>
border-color css
<style>
span { border-color: #9E9BE4; }
span { border-color: rgb(158,155,228); }
td.TdClassName
{
border-color: #9E9BE4;
}
.TagClassName
{
border-color: #9E9BE4;
}
</style>