Shades of Wistful #9E9BEE
Tints of Wistful #9E9BEE
RGB
CMYK
RGB Variations
Color information
#9E9BEE (or 0x9E9BEE) is known color: Wistful. HEX triplet: 9E, 9B and EE. RGB value is (158,155,238). Sum of RGB (Red+Green+Blue) = 158+155+238=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E9BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9BEE is #616411. Grayscale: #A5A5A5. Windows color (decimal): -6382610 or 15637406. OLE color: 15637406.
HSL color Cylindrical-coordinate representation of color #9E9BEE: hue angle of 242.17º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E9BEE is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 155 | 238 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.07 |
| HSL | 242.17º | 0.71% | 0.77% | - |
| HSV(B) | 242.17º | 0.35% | 0.93% | - |
| XYZ | 41.25 | 36.88 | 85.83 | - |
| YUV | 165.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 238 | 0.34 | 0.35 | 0 | 0.07 | 242.17 | 0.71 | 0.77 |
| Hex | 9E | 9B | EE | 22 | 23 | 0 | 7 | F2 | 47 | 4D |
| Octal | 236 | 233 | 356 | 42 | 43 | 0 | 7 | 362 | 107 | 115 |
| Binary | 10011110 | 10011011 | 11101110 | 100010 | 100011 | 0 | 111 | 11110010 | 1000111 | 1001101 |
Color Harmonies of #9E9BEE
Complementary color
Monochromatic Colors of #9E9BEE
Black with #9E9BEE
Text Example
Text Example
White with #9E9BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BEE; }
p { color: rgb(158,155,238); }
H1.HeaderClassName
{
color: #9E9BEE;
}
.AnyTagClassName
{
color: #9E9BEE;
}
</style>
background-color css
<style>
a { background-color: #9E9BEE; }
a { background-color: rgb(158,155,238); }
div.DivClassName
{
background-color: #9E9BEE;
}
.BgClassName
{
background-color: #9E9BEE;
}
</style>
border-color css
<style>
span { border-color: #9E9BEE; }
span { border-color: rgb(158,155,238); }
td.TdClassName
{
border-color: #9E9BEE;
}
.TagClassName
{
border-color: #9E9BEE;
}
</style>