Shades of Wistful #9F98CE
Tints of Wistful #9F98CE
RGB
CMYK
RGB Variations
Color information
#9F98CE (or 0x9F98CE) is known color: Wistful. HEX triplet: 9F, 98 and CE. RGB value is (159,152,206). Sum of RGB (Red+Green+Blue) = 159+152+206=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F98CE is #606731. Grayscale: #A0A0A0. Windows color (decimal): -6317874 or 13539487. OLE color: 13539487.
HSL color Cylindrical-coordinate representation of color #9F98CE: hue angle of 247.78º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F98CE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 152 | 206 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.19 |
| HSL | 247.78º | 0.36% | 0.7% | - |
| HSV(B) | 247.78º | 0.26% | 0.81% | - |
| XYZ | 36.67 | 34.28 | 63.08 | - |
| YUV | 160.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 206 | 0.23 | 0.26 | 0 | 0.19 | 247.78 | 0.36 | 0.7 |
| Hex | 9F | 98 | CE | 17 | 1A | 0 | 13 | F8 | 24 | 46 |
| Octal | 237 | 230 | 316 | 27 | 32 | 0 | 23 | 370 | 44 | 106 |
| Binary | 10011111 | 10011000 | 11001110 | 10111 | 11010 | 0 | 10011 | 11111000 | 100100 | 1000110 |
Color Harmonies of #9F98CE
Complementary color
Monochromatic Colors of #9F98CE
Black with #9F98CE
Text Example
Text Example
White with #9F98CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F98CE; }
p { color: rgb(159,152,206); }
H1.HeaderClassName
{
color: #9F98CE;
}
.AnyTagClassName
{
color: #9F98CE;
}
</style>
background-color css
<style>
a { background-color: #9F98CE; }
a { background-color: rgb(159,152,206); }
div.DivClassName
{
background-color: #9F98CE;
}
.BgClassName
{
background-color: #9F98CE;
}
</style>
border-color css
<style>
span { border-color: #9F98CE; }
span { border-color: rgb(159,152,206); }
td.TdClassName
{
border-color: #9F98CE;
}
.TagClassName
{
border-color: #9F98CE;
}
</style>