Shades of Light Slate Blue #988EF4
Tints of Light Slate Blue #988EF4
RGB
CMYK
RGB Variations
Color information
#988EF4 (or 0x988EF4) is known color: Light Slate Blue. HEX triplet: 98, 8E and F4. RGB value is (152,142,244). Sum of RGB (Red+Green+Blue) = 152+142+244=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 244 (95.70% from 255 or 45.35% from 538); Max value from RGB is 244 - color contains mainly: blue. Hex color #988EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988EF4 is #67710B. Grayscale: #9C9C9C. Windows color (decimal): -6779148 or 16027288. OLE color: 16027288.
HSL color Cylindrical-coordinate representation of color #988EF4: hue angle of 245.88º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #988EF4 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 142 | 244 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.04 |
| HSL | 245.88º | 0.82% | 0.76% | - |
| HSV(B) | 245.88º | 0.42% | 0.96% | - |
| XYZ | 38.95 | 32.55 | 89.82 | - |
| YUV | 156.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 244 | 0.38 | 0.42 | 0 | 0.04 | 245.88 | 0.82 | 0.76 |
| Hex | 98 | 8E | F4 | 26 | 2A | 0 | 4 | F6 | 52 | 4C |
| Octal | 230 | 216 | 364 | 46 | 52 | 0 | 4 | 366 | 122 | 114 |
| Binary | 10011000 | 10001110 | 11110100 | 100110 | 101010 | 0 | 100 | 11110110 | 1010010 | 1001100 |
Color Harmonies of #988EF4
Complementary color
Monochromatic Colors of #988EF4
Black with #988EF4
Text Example
Text Example
White with #988EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EF4; }
p { color: rgb(152,142,244); }
H1.HeaderClassName
{
color: #988EF4;
}
.AnyTagClassName
{
color: #988EF4;
}
</style>
background-color css
<style>
a { background-color: #988EF4; }
a { background-color: rgb(152,142,244); }
div.DivClassName
{
background-color: #988EF4;
}
.BgClassName
{
background-color: #988EF4;
}
</style>
border-color css
<style>
span { border-color: #988EF4; }
span { border-color: rgb(152,142,244); }
td.TdClassName
{
border-color: #988EF4;
}
.TagClassName
{
border-color: #988EF4;
}
</style>