Shades of Wistful #9E9DDF
Tints of Wistful #9E9DDF
RGB
CMYK
RGB Variations
Color information
#9E9DDF (or 0x9E9DDF) is known color: Wistful. HEX triplet: 9E, 9D and DF. RGB value is (158,157,223). Sum of RGB (Red+Green+Blue) = 158+157+223=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DDF is #616220. Grayscale: #A4A4A4. Windows color (decimal): -6382113 or 14654878. OLE color: 14654878.
HSL color Cylindrical-coordinate representation of color #9E9DDF: hue angle of 240.91º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E9DDF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 157 | 223 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.13 |
| HSL | 240.91º | 0.51% | 0.75% | - |
| HSV(B) | 240.91º | 0.3% | 0.87% | - |
| XYZ | 39.48 | 36.71 | 74.82 | - |
| YUV | 164.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 223 | 0.29 | 0.30 | 0 | 0.13 | 240.91 | 0.51 | 0.75 |
| Hex | 9E | 9D | DF | 1D | 1E | 0 | D | F1 | 33 | 4B |
| Octal | 236 | 235 | 337 | 35 | 36 | 0 | 15 | 361 | 63 | 113 |
| Binary | 10011110 | 10011101 | 11011111 | 11101 | 11110 | 0 | 1101 | 11110001 | 110011 | 1001011 |
Color Harmonies of #9E9DDF
Complementary color
Monochromatic Colors of #9E9DDF
Black with #9E9DDF
Text Example
Text Example
White with #9E9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DDF; }
p { color: rgb(158,157,223); }
H1.HeaderClassName
{
color: #9E9DDF;
}
.AnyTagClassName
{
color: #9E9DDF;
}
</style>
background-color css
<style>
a { background-color: #9E9DDF; }
a { background-color: rgb(158,157,223); }
div.DivClassName
{
background-color: #9E9DDF;
}
.BgClassName
{
background-color: #9E9DDF;
}
</style>
border-color css
<style>
span { border-color: #9E9DDF; }
span { border-color: rgb(158,157,223); }
td.TdClassName
{
border-color: #9E9DDF;
}
.TagClassName
{
border-color: #9E9DDF;
}
</style>