Shades of Wistful #9E9CDB
Tints of Wistful #9E9CDB
RGB
CMYK
RGB Variations
Color information
#9E9CDB (or 0x9E9CDB) is known color: Wistful. HEX triplet: 9E, 9C and DB. RGB value is (158,156,219). Sum of RGB (Red+Green+Blue) = 158+156+219=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9CDB is #616324. Grayscale: #A3A3A3. Windows color (decimal): -6382373 or 14392478. OLE color: 14392478.
HSL color Cylindrical-coordinate representation of color #9E9CDB: hue angle of 241.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E9CDB is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 156 | 219 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.14 |
| HSL | 241.9º | 0.47% | 0.74% | - |
| HSV(B) | 241.9º | 0.29% | 0.86% | - |
| XYZ | 38.78 | 36.16 | 71.95 | - |
| YUV | 163.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 219 | 0.28 | 0.29 | 0 | 0.14 | 241.9 | 0.47 | 0.74 |
| Hex | 9E | 9C | DB | 1C | 1D | 0 | E | F2 | 2F | 4A |
| Octal | 236 | 234 | 333 | 34 | 35 | 0 | 16 | 362 | 57 | 112 |
| Binary | 10011110 | 10011100 | 11011011 | 11100 | 11101 | 0 | 1110 | 11110010 | 101111 | 1001010 |
Color Harmonies of #9E9CDB
Complementary color
Monochromatic Colors of #9E9CDB
Black with #9E9CDB
Text Example
Text Example
White with #9E9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9CDB; }
p { color: rgb(158,156,219); }
H1.HeaderClassName
{
color: #9E9CDB;
}
.AnyTagClassName
{
color: #9E9CDB;
}
</style>
background-color css
<style>
a { background-color: #9E9CDB; }
a { background-color: rgb(158,156,219); }
div.DivClassName
{
background-color: #9E9CDB;
}
.BgClassName
{
background-color: #9E9CDB;
}
</style>
border-color css
<style>
span { border-color: #9E9CDB; }
span { border-color: rgb(158,156,219); }
td.TdClassName
{
border-color: #9E9CDB;
}
.TagClassName
{
border-color: #9E9CDB;
}
</style>