Shades of Light Slate Blue #988CFF
Tints of Light Slate Blue #988CFF
RGB
CMYK
RGB Variations
Color information
#988CFF (or 0x988CFF) is known color: Light Slate Blue. HEX triplet: 98, 8C and FF. RGB value is (152,140,255). Sum of RGB (Red+Green+Blue) = 152+140+255=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #988CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988CFF is #677300. Grayscale: #9C9C9C. Windows color (decimal): -6779649 or 16747672. OLE color: 16747672.
HSL color Cylindrical-coordinate representation of color #988CFF: hue angle of 246.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #988CFF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 140 | 255 | - |
| CMYK | 0.40 | 0.45 | 0 | 0 |
| HSL | 246.26º | 1% | 0.77% | - |
| HSV(B) | 246.26º | 0.45% | 1% | - |
| XYZ | 40.38 | 32.65 | 98.78 | - |
| YUV | 156.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 255 | 0.40 | 0.45 | 0 | 0 | 246.26 | 1 | 0.77 |
| Hex | 98 | 8C | FF | 28 | 2D | 0 | 0 | F6 | 64 | 4D |
| Octal | 230 | 214 | 377 | 50 | 55 | 0 | 0 | 366 | 144 | 115 |
| Binary | 10011000 | 10001100 | 11111111 | 101000 | 101101 | 0 | 0 | 11110110 | 1100100 | 1001101 |
Color Harmonies of #988CFF
Complementary color
Monochromatic Colors of #988CFF
Black with #988CFF
Text Example
Text Example
White with #988CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CFF; }
p { color: rgb(152,140,255); }
H1.HeaderClassName
{
color: #988CFF;
}
.AnyTagClassName
{
color: #988CFF;
}
</style>
background-color css
<style>
a { background-color: #988CFF; }
a { background-color: rgb(152,140,255); }
div.DivClassName
{
background-color: #988CFF;
}
.BgClassName
{
background-color: #988CFF;
}
</style>
border-color css
<style>
span { border-color: #988CFF; }
span { border-color: rgb(152,140,255); }
td.TdClassName
{
border-color: #988CFF;
}
.TagClassName
{
border-color: #988CFF;
}
</style>