Shades of Wistful #9E9CEB
Tints of Wistful #9E9CEB
RGB
CMYK
RGB Variations
Color information
#9E9CEB (or 0x9E9CEB) is known color: Wistful. HEX triplet: 9E, 9C and EB. RGB value is (158,156,235). Sum of RGB (Red+Green+Blue) = 158+156+235=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CEB is #616314. Grayscale: #A5A5A5. Windows color (decimal): -6382357 or 15441054. OLE color: 15441054.
HSL color Cylindrical-coordinate representation of color #9E9CEB: hue angle of 241.52º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E9CEB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 156 | 235 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.08 |
| HSL | 241.52º | 0.66% | 0.77% | - |
| HSV(B) | 241.52º | 0.34% | 0.92% | - |
| XYZ | 40.98 | 37.04 | 83.59 | - |
| YUV | 165.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 235 | 0.33 | 0.34 | 0 | 0.08 | 241.52 | 0.66 | 0.77 |
| Hex | 9E | 9C | EB | 21 | 22 | 0 | 8 | F2 | 42 | 4D |
| Octal | 236 | 234 | 353 | 41 | 42 | 0 | 10 | 362 | 102 | 115 |
| Binary | 10011110 | 10011100 | 11101011 | 100001 | 100010 | 0 | 1000 | 11110010 | 1000010 | 1001101 |
Color Harmonies of #9E9CEB
Complementary color
Monochromatic Colors of #9E9CEB
Black with #9E9CEB
Text Example
Text Example
White with #9E9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9CEB; }
p { color: rgb(158,156,235); }
H1.HeaderClassName
{
color: #9E9CEB;
}
.AnyTagClassName
{
color: #9E9CEB;
}
</style>
background-color css
<style>
a { background-color: #9E9CEB; }
a { background-color: rgb(158,156,235); }
div.DivClassName
{
background-color: #9E9CEB;
}
.BgClassName
{
background-color: #9E9CEB;
}
</style>
border-color css
<style>
span { border-color: #9E9CEB; }
span { border-color: rgb(158,156,235); }
td.TdClassName
{
border-color: #9E9CEB;
}
.TagClassName
{
border-color: #9E9CEB;
}
</style>