Shades of Wistful #9E90D0
Tints of Wistful #9E90D0
RGB
CMYK
RGB Variations
Color information
#9E90D0 (or 0x9E90D0) is known color: Wistful. HEX triplet: 9E, 90 and D0. RGB value is (158,144,208). Sum of RGB (Red+Green+Blue) = 158+144+208=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E90D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90D0 is #616F2F. Grayscale: #9B9B9B. Windows color (decimal): -6385456 or 13668510. OLE color: 13668510.
HSL color Cylindrical-coordinate representation of color #9E90D0: hue angle of 253.12º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E90D0 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 144 | 208 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.18 |
| HSL | 253.13º | 0.41% | 0.69% | - |
| HSV(B) | 253.13º | 0.31% | 0.82% | - |
| XYZ | 35.46 | 31.77 | 63.94 | - |
| YUV | 155.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 208 | 0.24 | 0.31 | 0 | 0.18 | 253.13 | 0.41 | 0.69 |
| Hex | 9E | 90 | D0 | 18 | 1F | 0 | 12 | FD | 29 | 45 |
| Octal | 236 | 220 | 320 | 30 | 37 | 0 | 22 | 375 | 51 | 105 |
| Binary | 10011110 | 10010000 | 11010000 | 11000 | 11111 | 0 | 10010 | 11111101 | 101001 | 1000101 |
Color Harmonies of #9E90D0
Complementary color
Monochromatic Colors of #9E90D0
Black with #9E90D0
Text Example
Text Example
White with #9E90D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E90D0; }
p { color: rgb(158,144,208); }
H1.HeaderClassName
{
color: #9E90D0;
}
.AnyTagClassName
{
color: #9E90D0;
}
</style>
background-color css
<style>
a { background-color: #9E90D0; }
a { background-color: rgb(158,144,208); }
div.DivClassName
{
background-color: #9E90D0;
}
.BgClassName
{
background-color: #9E90D0;
}
</style>
border-color css
<style>
span { border-color: #9E90D0; }
span { border-color: rgb(158,144,208); }
td.TdClassName
{
border-color: #9E90D0;
}
.TagClassName
{
border-color: #9E90D0;
}
</style>