Shades of Wistful #9E98C8
Tints of Wistful #9E98C8
RGB
CMYK
RGB Variations
Color information
#9E98C8 (or 0x9E98C8) is known color: Wistful. HEX triplet: 9E, 98 and C8. RGB value is (158,152,200). Sum of RGB (Red+Green+Blue) = 158+152+200=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #9E98C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E98C8 is #616737. Grayscale: #9F9F9F. Windows color (decimal): -6383416 or 13146270. OLE color: 13146270.
HSL color Cylindrical-coordinate representation of color #9E98C8: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E98C8 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 152 | 200 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.22 |
| HSL | 247.5º | 0.3% | 0.69% | - |
| HSV(B) | 247.5º | 0.24% | 0.78% | - |
| XYZ | 35.75 | 33.9 | 59.3 | - |
| YUV | 159.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 152 | 200 | 0.21 | 0.24 | 0 | 0.22 | 247.5 | 0.3 | 0.69 |
| Hex | 9E | 98 | C8 | 15 | 18 | 0 | 16 | F8 | 1E | 45 |
| Octal | 236 | 230 | 310 | 25 | 30 | 0 | 26 | 370 | 36 | 105 |
| Binary | 10011110 | 10011000 | 11001000 | 10101 | 11000 | 0 | 10110 | 11111000 | 11110 | 1000101 |
Color Harmonies of #9E98C8
Complementary color
Monochromatic Colors of #9E98C8
Black with #9E98C8
Text Example
Text Example
White with #9E98C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E98C8; }
p { color: rgb(158,152,200); }
H1.HeaderClassName
{
color: #9E98C8;
}
.AnyTagClassName
{
color: #9E98C8;
}
</style>
background-color css
<style>
a { background-color: #9E98C8; }
a { background-color: rgb(158,152,200); }
div.DivClassName
{
background-color: #9E98C8;
}
.BgClassName
{
background-color: #9E98C8;
}
</style>
border-color css
<style>
span { border-color: #9E98C8; }
span { border-color: rgb(158,152,200); }
td.TdClassName
{
border-color: #9E98C8;
}
.TagClassName
{
border-color: #9E98C8;
}
</style>