Shades of Wistful #9E9BDC
Tints of Wistful #9E9BDC
RGB
CMYK
RGB Variations
Color information
#9E9BDC (or 0x9E9BDC) is known color: Wistful. HEX triplet: 9E, 9B and DC. RGB value is (158,155,220). Sum of RGB (Red+Green+Blue) = 158+155+220=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9BDC is #616423. Grayscale: #A3A3A3. Windows color (decimal): -6382628 or 14457758. OLE color: 14457758.
HSL color Cylindrical-coordinate representation of color #9E9BDC: hue angle of 242.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E9BDC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 155 | 220 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.14 |
| HSL | 242.77º | 0.48% | 0.74% | - |
| HSV(B) | 242.77º | 0.3% | 0.86% | - |
| XYZ | 38.74 | 35.88 | 72.59 | - |
| YUV | 163.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 220 | 0.28 | 0.30 | 0 | 0.14 | 242.77 | 0.48 | 0.74 |
| Hex | 9E | 9B | DC | 1C | 1E | 0 | E | F3 | 30 | 4A |
| Octal | 236 | 233 | 334 | 34 | 36 | 0 | 16 | 363 | 60 | 112 |
| Binary | 10011110 | 10011011 | 11011100 | 11100 | 11110 | 0 | 1110 | 11110011 | 110000 | 1001010 |
Color Harmonies of #9E9BDC
Complementary color
Monochromatic Colors of #9E9BDC
Black with #9E9BDC
Text Example
Text Example
White with #9E9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BDC; }
p { color: rgb(158,155,220); }
H1.HeaderClassName
{
color: #9E9BDC;
}
.AnyTagClassName
{
color: #9E9BDC;
}
</style>
background-color css
<style>
a { background-color: #9E9BDC; }
a { background-color: rgb(158,155,220); }
div.DivClassName
{
background-color: #9E9BDC;
}
.BgClassName
{
background-color: #9E9BDC;
}
</style>
border-color css
<style>
span { border-color: #9E9BDC; }
span { border-color: rgb(158,155,220); }
td.TdClassName
{
border-color: #9E9BDC;
}
.TagClassName
{
border-color: #9E9BDC;
}
</style>