Shades of Light Slate Blue #988EFC
Tints of Light Slate Blue #988EFC
RGB
CMYK
RGB Variations
Color information
#988EFC (or 0x988EFC) is known color: Light Slate Blue. HEX triplet: 98, 8E and FC. RGB value is (152,142,252). Sum of RGB (Red+Green+Blue) = 152+142+252=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #988EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988EFC is #677103. Grayscale: #9D9D9D. Windows color (decimal): -6779140 or 16551576. OLE color: 16551576.
HSL color Cylindrical-coordinate representation of color #988EFC: hue angle of 245.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #988EFC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 142 | 252 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.01 |
| HSL | 245.45º | 0.95% | 0.77% | - |
| HSV(B) | 245.45º | 0.44% | 0.99% | - |
| XYZ | 40.19 | 33.05 | 96.36 | - |
| YUV | 157.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 252 | 0.40 | 0.44 | 0 | 0.01 | 245.45 | 0.95 | 0.77 |
| Hex | 98 | 8E | FC | 28 | 2C | 0 | 1 | F5 | 5F | 4D |
| Octal | 230 | 216 | 374 | 50 | 54 | 0 | 1 | 365 | 137 | 115 |
| Binary | 10011000 | 10001110 | 11111100 | 101000 | 101100 | 0 | 1 | 11110101 | 1011111 | 1001101 |
Color Harmonies of #988EFC
Complementary color
Monochromatic Colors of #988EFC
Black with #988EFC
Text Example
Text Example
White with #988EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EFC; }
p { color: rgb(152,142,252); }
H1.HeaderClassName
{
color: #988EFC;
}
.AnyTagClassName
{
color: #988EFC;
}
</style>
background-color css
<style>
a { background-color: #988EFC; }
a { background-color: rgb(152,142,252); }
div.DivClassName
{
background-color: #988EFC;
}
.BgClassName
{
background-color: #988EFC;
}
</style>
border-color css
<style>
span { border-color: #988EFC; }
span { border-color: rgb(152,142,252); }
td.TdClassName
{
border-color: #988EFC;
}
.TagClassName
{
border-color: #988EFC;
}
</style>