Shades of Wistful #9D98EE
Tints of Wistful #9D98EE
RGB
CMYK
RGB Variations
Color information
#9D98EE (or 0x9D98EE) is known color: Wistful. HEX triplet: 9D, 98 and EE. RGB value is (157,152,238). Sum of RGB (Red+Green+Blue) = 157+152+238=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D98EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D98EE is #626711. Grayscale: #A2A2A2. Windows color (decimal): -6448914 or 15636637. OLE color: 15636637.
HSL color Cylindrical-coordinate representation of color #9D98EE: hue angle of 243.49º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D98EE is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 152 | 238 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.07 |
| HSL | 243.49º | 0.72% | 0.76% | - |
| HSV(B) | 243.49º | 0.36% | 0.93% | - |
| XYZ | 40.57 | 35.8 | 85.66 | - |
| YUV | 163.3 | 170.16 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 238 | 0.34 | 0.36 | 0 | 0.07 | 243.49 | 0.72 | 0.76 |
| Hex | 9D | 98 | EE | 22 | 24 | 0 | 7 | F3 | 48 | 4C |
| Octal | 235 | 230 | 356 | 42 | 44 | 0 | 7 | 363 | 110 | 114 |
| Binary | 10011101 | 10011000 | 11101110 | 100010 | 100100 | 0 | 111 | 11110011 | 1001000 | 1001100 |
Color Harmonies of #9D98EE
Complementary color
Monochromatic Colors of #9D98EE
Black with #9D98EE
Text Example
Text Example
White with #9D98EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D98EE; }
p { color: rgb(157,152,238); }
H1.HeaderClassName
{
color: #9D98EE;
}
.AnyTagClassName
{
color: #9D98EE;
}
</style>
background-color css
<style>
a { background-color: #9D98EE; }
a { background-color: rgb(157,152,238); }
div.DivClassName
{
background-color: #9D98EE;
}
.BgClassName
{
background-color: #9D98EE;
}
</style>
border-color css
<style>
span { border-color: #9D98EE; }
span { border-color: rgb(157,152,238); }
td.TdClassName
{
border-color: #9D98EE;
}
.TagClassName
{
border-color: #9D98EE;
}
</style>