Shades of Light Slate Blue #988FFF
Tints of Light Slate Blue #988FFF
RGB
CMYK
RGB Variations
Color information
#988FFF (or 0x988FFF) is known color: Light Slate Blue. HEX triplet: 98, 8F and FF. RGB value is (152,143,255). Sum of RGB (Red+Green+Blue) = 152+143+255=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #988FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FFF is #677000. Grayscale: #9E9E9E. Windows color (decimal): -6778881 or 16748440. OLE color: 16748440.
HSL color Cylindrical-coordinate representation of color #988FFF: hue angle of 244.82º 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 #988FFF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 143 | 255 | - |
| CMYK | 0.40 | 0.44 | 0 | 0 |
| HSL | 244.82º | 1% | 0.78% | - |
| HSV(B) | 244.82º | 0.44% | 1% | - |
| XYZ | 40.82 | 33.54 | 98.93 | - |
| YUV | 158.46 | 182.48 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 255 | 0.40 | 0.44 | 0 | 0 | 244.82 | 1 | 0.78 |
| Hex | 98 | 8F | FF | 28 | 2C | 0 | 0 | F5 | 64 | 4E |
| Octal | 230 | 217 | 377 | 50 | 54 | 0 | 0 | 365 | 144 | 116 |
| Binary | 10011000 | 10001111 | 11111111 | 101000 | 101100 | 0 | 0 | 11110101 | 1100100 | 1001110 |
Color Harmonies of #988FFF
Complementary color
Monochromatic Colors of #988FFF
Black with #988FFF
Text Example
Text Example
White with #988FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FFF; }
p { color: rgb(152,143,255); }
H1.HeaderClassName
{
color: #988FFF;
}
.AnyTagClassName
{
color: #988FFF;
}
</style>
background-color css
<style>
a { background-color: #988FFF; }
a { background-color: rgb(152,143,255); }
div.DivClassName
{
background-color: #988FFF;
}
.BgClassName
{
background-color: #988FFF;
}
</style>
border-color css
<style>
span { border-color: #988FFF; }
span { border-color: rgb(152,143,255); }
td.TdClassName
{
border-color: #988FFF;
}
.TagClassName
{
border-color: #988FFF;
}
</style>