Shades of Light Slate Blue #987DFF
Tints of Light Slate Blue #987DFF
RGB
CMYK
RGB Variations
Color information
#987DFF (or 0x987DFF) is known color: Light Slate Blue. HEX triplet: 98, 7D and FF. RGB value is (152,125,255). Sum of RGB (Red+Green+Blue) = 152+125+255=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #987DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DFF is #678200. Grayscale: #939393. Windows color (decimal): -6783489 or 16743832. OLE color: 16743832.
HSL color Cylindrical-coordinate representation of color #987DFF: hue angle of 252.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #987DFF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 125 | 255 | - |
| CMYK | 0.40 | 0.51 | 0 | 0 |
| HSL | 252.46º | 1% | 0.75% | - |
| HSV(B) | 252.46º | 0.51% | 1% | - |
| XYZ | 38.33 | 28.56 | 98.1 | - |
| YUV | 147.89 | 188.45 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 255 | 0.40 | 0.51 | 0 | 0 | 252.46 | 1 | 0.75 |
| Hex | 98 | 7D | FF | 28 | 33 | 0 | 0 | FC | 64 | 4B |
| Octal | 230 | 175 | 377 | 50 | 63 | 0 | 0 | 374 | 144 | 113 |
| Binary | 10011000 | 1111101 | 11111111 | 101000 | 110011 | 0 | 0 | 11111100 | 1100100 | 1001011 |
Color Harmonies of #987DFF
Complementary color
Monochromatic Colors of #987DFF
Black with #987DFF
Text Example
Text Example
White with #987DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DFF; }
p { color: rgb(152,125,255); }
H1.HeaderClassName
{
color: #987DFF;
}
.AnyTagClassName
{
color: #987DFF;
}
</style>
background-color css
<style>
a { background-color: #987DFF; }
a { background-color: rgb(152,125,255); }
div.DivClassName
{
background-color: #987DFF;
}
.BgClassName
{
background-color: #987DFF;
}
</style>
border-color css
<style>
span { border-color: #987DFF; }
span { border-color: rgb(152,125,255); }
td.TdClassName
{
border-color: #987DFF;
}
.TagClassName
{
border-color: #987DFF;
}
</style>