Shades of Wistful #9E9DDB
Tints of Wistful #9E9DDB
RGB
CMYK
RGB Variations
Color information
#9E9DDB (or 0x9E9DDB) is known color: Wistful. HEX triplet: 9E, 9D and DB. RGB value is (158,157,219). Sum of RGB (Red+Green+Blue) = 158+157+219=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DDB is #616224. Grayscale: #A4A4A4. Windows color (decimal): -6382117 or 14392734. OLE color: 14392734.
HSL color Cylindrical-coordinate representation of color #9E9DDB: hue angle of 240.97º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E9DDB is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 157 | 219 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.14 |
| HSL | 240.97º | 0.46% | 0.74% | - |
| HSV(B) | 240.97º | 0.28% | 0.86% | - |
| XYZ | 38.94 | 36.5 | 72.01 | - |
| YUV | 164.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 219 | 0.28 | 0.28 | 0 | 0.14 | 240.97 | 0.46 | 0.74 |
| Hex | 9E | 9D | DB | 1C | 1C | 0 | E | F1 | 2E | 4A |
| Octal | 236 | 235 | 333 | 34 | 34 | 0 | 16 | 361 | 56 | 112 |
| Binary | 10011110 | 10011101 | 11011011 | 11100 | 11100 | 0 | 1110 | 11110001 | 101110 | 1001010 |
Color Harmonies of #9E9DDB
Complementary color
Monochromatic Colors of #9E9DDB
Black with #9E9DDB
Text Example
Text Example
White with #9E9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DDB; }
p { color: rgb(158,157,219); }
H1.HeaderClassName
{
color: #9E9DDB;
}
.AnyTagClassName
{
color: #9E9DDB;
}
</style>
background-color css
<style>
a { background-color: #9E9DDB; }
a { background-color: rgb(158,157,219); }
div.DivClassName
{
background-color: #9E9DDB;
}
.BgClassName
{
background-color: #9E9DDB;
}
</style>
border-color css
<style>
span { border-color: #9E9DDB; }
span { border-color: rgb(158,157,219); }
td.TdClassName
{
border-color: #9E9DDB;
}
.TagClassName
{
border-color: #9E9DDB;
}
</style>