Shades of Wistful #9E98F2
Tints of Wistful #9E98F2
RGB
CMYK
RGB Variations
Color information
#9E98F2 (or 0x9E98F2) is known color: Wistful. HEX triplet: 9E, 98 and F2. RGB value is (158,152,242). Sum of RGB (Red+Green+Blue) = 158+152+242=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E98F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E98F2 is #61670D. Grayscale: #A3A3A3. Windows color (decimal): -6383374 or 15898782. OLE color: 15898782.
HSL color Cylindrical-coordinate representation of color #9E98F2: hue angle of 244º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E98F2 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 152 | 242 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.05 |
| HSL | 244º | 0.78% | 0.77% | - |
| HSV(B) | 244º | 0.37% | 0.95% | - |
| XYZ | 41.36 | 36.14 | 88.8 | - |
| YUV | 164.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 152 | 242 | 0.35 | 0.37 | 0 | 0.05 | 244 | 0.78 | 0.77 |
| Hex | 9E | 98 | F2 | 23 | 25 | 0 | 5 | F4 | 4E | 4D |
| Octal | 236 | 230 | 362 | 43 | 45 | 0 | 5 | 364 | 116 | 115 |
| Binary | 10011110 | 10011000 | 11110010 | 100011 | 100101 | 0 | 101 | 11110100 | 1001110 | 1001101 |
Color Harmonies of #9E98F2
Complementary color
Monochromatic Colors of #9E98F2
Black with #9E98F2
Text Example
Text Example
White with #9E98F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E98F2; }
p { color: rgb(158,152,242); }
H1.HeaderClassName
{
color: #9E98F2;
}
.AnyTagClassName
{
color: #9E98F2;
}
</style>
background-color css
<style>
a { background-color: #9E98F2; }
a { background-color: rgb(158,152,242); }
div.DivClassName
{
background-color: #9E98F2;
}
.BgClassName
{
background-color: #9E98F2;
}
</style>
border-color css
<style>
span { border-color: #9E98F2; }
span { border-color: rgb(158,152,242); }
td.TdClassName
{
border-color: #9E98F2;
}
.TagClassName
{
border-color: #9E98F2;
}
</style>