Shades of Wistful #9E9DDC
Tints of Wistful #9E9DDC
RGB
CMYK
RGB Variations
Color information
#9E9DDC (or 0x9E9DDC) is known color: Wistful. HEX triplet: 9E, 9D and DC. RGB value is (158,157,220). Sum of RGB (Red+Green+Blue) = 158+157+220=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DDC is #616223. Grayscale: #A4A4A4. Windows color (decimal): -6382116 or 14458270. OLE color: 14458270.
HSL color Cylindrical-coordinate representation of color #9E9DDC: hue angle of 240.95º 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 #9E9DDC is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 157 | 220 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.14 |
| HSL | 240.95º | 0.47% | 0.74% | - |
| HSV(B) | 240.95º | 0.29% | 0.86% | - |
| XYZ | 39.08 | 36.55 | 72.71 | - |
| YUV | 164.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 220 | 0.28 | 0.29 | 0 | 0.14 | 240.95 | 0.47 | 0.74 |
| Hex | 9E | 9D | DC | 1C | 1D | 0 | E | F1 | 2F | 4A |
| Octal | 236 | 235 | 334 | 34 | 35 | 0 | 16 | 361 | 57 | 112 |
| Binary | 10011110 | 10011101 | 11011100 | 11100 | 11101 | 0 | 1110 | 11110001 | 101111 | 1001010 |
Color Harmonies of #9E9DDC
Complementary color
Monochromatic Colors of #9E9DDC
Black with #9E9DDC
Text Example
Text Example
White with #9E9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DDC; }
p { color: rgb(158,157,220); }
H1.HeaderClassName
{
color: #9E9DDC;
}
.AnyTagClassName
{
color: #9E9DDC;
}
</style>
background-color css
<style>
a { background-color: #9E9DDC; }
a { background-color: rgb(158,157,220); }
div.DivClassName
{
background-color: #9E9DDC;
}
.BgClassName
{
background-color: #9E9DDC;
}
</style>
border-color css
<style>
span { border-color: #9E9DDC; }
span { border-color: rgb(158,157,220); }
td.TdClassName
{
border-color: #9E9DDC;
}
.TagClassName
{
border-color: #9E9DDC;
}
</style>