Shades of Wistful #9E9BEA
Tints of Wistful #9E9BEA
RGB
CMYK
RGB Variations
Color information
#9E9BEA (or 0x9E9BEA) is known color: Wistful. HEX triplet: 9E, 9B and EA. RGB value is (158,155,234). Sum of RGB (Red+Green+Blue) = 158+155+234=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E9BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9BEA is #616415. Grayscale: #A4A4A4. Windows color (decimal): -6382614 or 15375262. OLE color: 15375262.
HSL color Cylindrical-coordinate representation of color #9E9BEA: hue angle of 242.28º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E9BEA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 155 | 234 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.08 |
| HSL | 242.28º | 0.65% | 0.76% | - |
| HSV(B) | 242.28º | 0.34% | 0.92% | - |
| XYZ | 40.67 | 36.65 | 82.77 | - |
| YUV | 164.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 234 | 0.32 | 0.34 | 0 | 0.08 | 242.28 | 0.65 | 0.76 |
| Hex | 9E | 9B | EA | 20 | 22 | 0 | 8 | F2 | 41 | 4C |
| Octal | 236 | 233 | 352 | 40 | 42 | 0 | 10 | 362 | 101 | 114 |
| Binary | 10011110 | 10011011 | 11101010 | 100000 | 100010 | 0 | 1000 | 11110010 | 1000001 | 1001100 |
Color Harmonies of #9E9BEA
Complementary color
Monochromatic Colors of #9E9BEA
Black with #9E9BEA
Text Example
Text Example
White with #9E9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BEA; }
p { color: rgb(158,155,234); }
H1.HeaderClassName
{
color: #9E9BEA;
}
.AnyTagClassName
{
color: #9E9BEA;
}
</style>
background-color css
<style>
a { background-color: #9E9BEA; }
a { background-color: rgb(158,155,234); }
div.DivClassName
{
background-color: #9E9BEA;
}
.BgClassName
{
background-color: #9E9BEA;
}
</style>
border-color css
<style>
span { border-color: #9E9BEA; }
span { border-color: rgb(158,155,234); }
td.TdClassName
{
border-color: #9E9BEA;
}
.TagClassName
{
border-color: #9E9BEA;
}
</style>