Shades of Wistful #9E9ADB
Tints of Wistful #9E9ADB
RGB
CMYK
RGB Variations
Color information
#9E9ADB (or 0x9E9ADB) is known color: Wistful. HEX triplet: 9E, 9A and DB. RGB value is (158,154,219). Sum of RGB (Red+Green+Blue) = 158+154+219=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ADB is #616524. Grayscale: #A2A2A2. Windows color (decimal): -6382885 or 14391966. OLE color: 14391966.
HSL color Cylindrical-coordinate representation of color #9E9ADB: hue angle of 243.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E9ADB is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 154 | 219 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.14 |
| HSL | 243.69º | 0.47% | 0.73% | - |
| HSV(B) | 243.69º | 0.3% | 0.86% | - |
| XYZ | 38.44 | 35.49 | 71.84 | - |
| YUV | 162.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 219 | 0.28 | 0.30 | 0 | 0.14 | 243.69 | 0.47 | 0.73 |
| Hex | 9E | 9A | DB | 1C | 1E | 0 | E | F4 | 2F | 49 |
| Octal | 236 | 232 | 333 | 34 | 36 | 0 | 16 | 364 | 57 | 111 |
| Binary | 10011110 | 10011010 | 11011011 | 11100 | 11110 | 0 | 1110 | 11110100 | 101111 | 1001001 |
Color Harmonies of #9E9ADB
Complementary color
Monochromatic Colors of #9E9ADB
Black with #9E9ADB
Text Example
Text Example
White with #9E9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9ADB; }
p { color: rgb(158,154,219); }
H1.HeaderClassName
{
color: #9E9ADB;
}
.AnyTagClassName
{
color: #9E9ADB;
}
</style>
background-color css
<style>
a { background-color: #9E9ADB; }
a { background-color: rgb(158,154,219); }
div.DivClassName
{
background-color: #9E9ADB;
}
.BgClassName
{
background-color: #9E9ADB;
}
</style>
border-color css
<style>
span { border-color: #9E9ADB; }
span { border-color: rgb(158,154,219); }
td.TdClassName
{
border-color: #9E9ADB;
}
.TagClassName
{
border-color: #9E9ADB;
}
</style>