Shades of Wistful #9E9DEC
Tints of Wistful #9E9DEC
RGB
CMYK
RGB Variations
Color information
#9E9DEC (or 0x9E9DEC) is known color: Wistful. HEX triplet: 9E, 9D and EC. RGB value is (158,157,236). Sum of RGB (Red+Green+Blue) = 158+157+236=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E9DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9DEC is #616213. Grayscale: #A5A5A5. Windows color (decimal): -6382100 or 15506846. OLE color: 15506846.
HSL color Cylindrical-coordinate representation of color #9E9DEC: hue angle of 240.76º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E9DEC is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 157 | 236 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.07 |
| HSL | 240.76º | 0.68% | 0.77% | - |
| HSV(B) | 240.76º | 0.33% | 0.93% | - |
| XYZ | 41.3 | 37.44 | 84.41 | - |
| YUV | 166.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 236 | 0.33 | 0.33 | 0 | 0.07 | 240.76 | 0.68 | 0.77 |
| Hex | 9E | 9D | EC | 21 | 21 | 0 | 7 | F1 | 44 | 4D |
| Octal | 236 | 235 | 354 | 41 | 41 | 0 | 7 | 361 | 104 | 115 |
| Binary | 10011110 | 10011101 | 11101100 | 100001 | 100001 | 0 | 111 | 11110001 | 1000100 | 1001101 |
Color Harmonies of #9E9DEC
Complementary color
Monochromatic Colors of #9E9DEC
Black with #9E9DEC
Text Example
Text Example
White with #9E9DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DEC; }
p { color: rgb(158,157,236); }
H1.HeaderClassName
{
color: #9E9DEC;
}
.AnyTagClassName
{
color: #9E9DEC;
}
</style>
background-color css
<style>
a { background-color: #9E9DEC; }
a { background-color: rgb(158,157,236); }
div.DivClassName
{
background-color: #9E9DEC;
}
.BgClassName
{
background-color: #9E9DEC;
}
</style>
border-color css
<style>
span { border-color: #9E9DEC; }
span { border-color: rgb(158,157,236); }
td.TdClassName
{
border-color: #9E9DEC;
}
.TagClassName
{
border-color: #9E9DEC;
}
</style>