Shades of Wistful #9E9FDC
Tints of Wistful #9E9FDC
RGB
CMYK
RGB Variations
Color information
#9E9FDC (or 0x9E9FDC) is known color: Wistful. HEX triplet: 9E, 9F and DC. RGB value is (158,159,220). Sum of RGB (Red+Green+Blue) = 158+159+220=537 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.42% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FDC is #616023. Grayscale: #A5A5A5. Windows color (decimal): -6381604 or 14458782. OLE color: 14458782.
HSL color Cylindrical-coordinate representation of color #9E9FDC: hue angle of 239.03º degrees, saturation: 0.47, 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 #9E9FDC is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 159 | 220 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.14 |
| HSL | 239.03º | 0.47% | 0.74% | - |
| HSV(B) | 239.03º | 0.28% | 0.86% | - |
| XYZ | 39.42 | 37.23 | 72.82 | - |
| YUV | 165.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 159 | 220 | 0.28 | 0.28 | 0 | 0.14 | 239.03 | 0.47 | 0.74 |
| Hex | 9E | 9F | DC | 1C | 1C | 0 | E | EF | 2F | 4A |
| Octal | 236 | 237 | 334 | 34 | 34 | 0 | 16 | 357 | 57 | 112 |
| Binary | 10011110 | 10011111 | 11011100 | 11100 | 11100 | 0 | 1110 | 11101111 | 101111 | 1001010 |
Color Harmonies of #9E9FDC
Complementary color
Monochromatic Colors of #9E9FDC
Black with #9E9FDC
Text Example
Text Example
White with #9E9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9FDC; }
p { color: rgb(158,159,220); }
H1.HeaderClassName
{
color: #9E9FDC;
}
.AnyTagClassName
{
color: #9E9FDC;
}
</style>
background-color css
<style>
a { background-color: #9E9FDC; }
a { background-color: rgb(158,159,220); }
div.DivClassName
{
background-color: #9E9FDC;
}
.BgClassName
{
background-color: #9E9FDC;
}
</style>
border-color css
<style>
span { border-color: #9E9FDC; }
span { border-color: rgb(158,159,220); }
td.TdClassName
{
border-color: #9E9FDC;
}
.TagClassName
{
border-color: #9E9FDC;
}
</style>