Shades of Light Slate Blue #988EFF
Tints of Light Slate Blue #988EFF
RGB
CMYK
RGB Variations
Color information
#988EFF (or 0x988EFF) is known color: Light Slate Blue. HEX triplet: 98, 8E and FF. RGB value is (152,142,255). Sum of RGB (Red+Green+Blue) = 152+142+255=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #988EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988EFF is #677100. Grayscale: #9D9D9D. Windows color (decimal): -6779137 or 16748184. OLE color: 16748184.
HSL color Cylindrical-coordinate representation of color #988EFF: hue angle of 245.31º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #988EFF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 142 | 255 | - |
| CMYK | 0.40 | 0.44 | 0 | 0 |
| HSL | 245.31º | 1% | 0.78% | - |
| HSV(B) | 245.31º | 0.44% | 1% | - |
| XYZ | 40.67 | 33.24 | 98.88 | - |
| YUV | 157.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 255 | 0.40 | 0.44 | 0 | 0 | 245.31 | 1 | 0.78 |
| Hex | 98 | 8E | FF | 28 | 2C | 0 | 0 | F5 | 64 | 4E |
| Octal | 230 | 216 | 377 | 50 | 54 | 0 | 0 | 365 | 144 | 116 |
| Binary | 10011000 | 10001110 | 11111111 | 101000 | 101100 | 0 | 0 | 11110101 | 1100100 | 1001110 |
Color Harmonies of #988EFF
Complementary color
Monochromatic Colors of #988EFF
Black with #988EFF
Text Example
Text Example
White with #988EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EFF; }
p { color: rgb(152,142,255); }
H1.HeaderClassName
{
color: #988EFF;
}
.AnyTagClassName
{
color: #988EFF;
}
</style>
background-color css
<style>
a { background-color: #988EFF; }
a { background-color: rgb(152,142,255); }
div.DivClassName
{
background-color: #988EFF;
}
.BgClassName
{
background-color: #988EFF;
}
</style>
border-color css
<style>
span { border-color: #988EFF; }
span { border-color: rgb(152,142,255); }
td.TdClassName
{
border-color: #988EFF;
}
.TagClassName
{
border-color: #988EFF;
}
</style>