Shades of Light Slate Blue #988EF9
Tints of Light Slate Blue #988EF9
RGB
CMYK
RGB Variations
Color information
#988EF9 (or 0x988EF9) is known color: Light Slate Blue. HEX triplet: 98, 8E and F9. RGB value is (152,142,249). Sum of RGB (Red+Green+Blue) = 152+142+249=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #988EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988EF9 is #677106. Grayscale: #9C9C9C. Windows color (decimal): -6779143 or 16354968. OLE color: 16354968.
HSL color Cylindrical-coordinate representation of color #988EF9: hue angle of 245.61º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988EF9 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 142 | 249 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.02 |
| HSL | 245.61º | 0.9% | 0.77% | - |
| HSV(B) | 245.61º | 0.43% | 0.98% | - |
| XYZ | 39.72 | 32.86 | 93.87 | - |
| YUV | 157.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 249 | 0.39 | 0.43 | 0 | 0.02 | 245.61 | 0.9 | 0.77 |
| Hex | 98 | 8E | F9 | 27 | 2B | 0 | 2 | F6 | 5A | 4D |
| Octal | 230 | 216 | 371 | 47 | 53 | 0 | 2 | 366 | 132 | 115 |
| Binary | 10011000 | 10001110 | 11111001 | 100111 | 101011 | 0 | 10 | 11110110 | 1011010 | 1001101 |
Color Harmonies of #988EF9
Complementary color
Monochromatic Colors of #988EF9
Black with #988EF9
Text Example
Text Example
White with #988EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EF9; }
p { color: rgb(152,142,249); }
H1.HeaderClassName
{
color: #988EF9;
}
.AnyTagClassName
{
color: #988EF9;
}
</style>
background-color css
<style>
a { background-color: #988EF9; }
a { background-color: rgb(152,142,249); }
div.DivClassName
{
background-color: #988EF9;
}
.BgClassName
{
background-color: #988EF9;
}
</style>
border-color css
<style>
span { border-color: #988EF9; }
span { border-color: rgb(152,142,249); }
td.TdClassName
{
border-color: #988EF9;
}
.TagClassName
{
border-color: #988EF9;
}
</style>