Shades of Wistful #9E98D7
Tints of Wistful #9E98D7
RGB
CMYK
RGB Variations
Color information
#9E98D7 (or 0x9E98D7) is known color: Wistful. HEX triplet: 9E, 98 and D7. RGB value is (158,152,215). Sum of RGB (Red+Green+Blue) = 158+152+215=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #9E98D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98D7 is #616728. Grayscale: #A0A0A0. Windows color (decimal): -6383401 or 14129310. OLE color: 14129310.
HSL color Cylindrical-coordinate representation of color #9E98D7: hue angle of 245.71º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E98D7 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 152 | 215 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.16 |
| HSL | 245.71º | 0.44% | 0.72% | - |
| HSV(B) | 245.71º | 0.29% | 0.84% | - |
| XYZ | 37.59 | 34.63 | 68.99 | - |
| YUV | 160.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 152 | 215 | 0.27 | 0.29 | 0 | 0.16 | 245.71 | 0.44 | 0.72 |
| Hex | 9E | 98 | D7 | 1B | 1D | 0 | 10 | F6 | 2C | 48 |
| Octal | 236 | 230 | 327 | 33 | 35 | 0 | 20 | 366 | 54 | 110 |
| Binary | 10011110 | 10011000 | 11010111 | 11011 | 11101 | 0 | 10000 | 11110110 | 101100 | 1001000 |
Color Harmonies of #9E98D7
Complementary color
Monochromatic Colors of #9E98D7
Black with #9E98D7
Text Example
Text Example
White with #9E98D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E98D7; }
p { color: rgb(158,152,215); }
H1.HeaderClassName
{
color: #9E98D7;
}
.AnyTagClassName
{
color: #9E98D7;
}
</style>
background-color css
<style>
a { background-color: #9E98D7; }
a { background-color: rgb(158,152,215); }
div.DivClassName
{
background-color: #9E98D7;
}
.BgClassName
{
background-color: #9E98D7;
}
</style>
border-color css
<style>
span { border-color: #9E98D7; }
span { border-color: rgb(158,152,215); }
td.TdClassName
{
border-color: #9E98D7;
}
.TagClassName
{
border-color: #9E98D7;
}
</style>