Shades of Light Slate Blue #987CFA
Tints of Light Slate Blue #987CFA
RGB
CMYK
RGB Variations
Color information
#987CFA (or 0x987CFA) is known color: Light Slate Blue. HEX triplet: 98, 7C and FA. RGB value is (152,124,250). Sum of RGB (Red+Green+Blue) = 152+124+250=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #987CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987CFA is #678305. Grayscale: #929292. Windows color (decimal): -6783750 or 16415896. OLE color: 16415896.
HSL color Cylindrical-coordinate representation of color #987CFA: hue angle of 253.33º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987CFA is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 124 | 250 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.02 |
| HSL | 253.33º | 0.93% | 0.73% | - |
| HSV(B) | 253.33º | 0.5% | 0.98% | - |
| XYZ | 37.41 | 27.99 | 93.87 | - |
| YUV | 146.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 250 | 0.39 | 0.50 | 0 | 0.02 | 253.33 | 0.93 | 0.73 |
| Hex | 98 | 7C | FA | 27 | 32 | 0 | 2 | FD | 5D | 49 |
| Octal | 230 | 174 | 372 | 47 | 62 | 0 | 2 | 375 | 135 | 111 |
| Binary | 10011000 | 1111100 | 11111010 | 100111 | 110010 | 0 | 10 | 11111101 | 1011101 | 1001001 |
Color Harmonies of #987CFA
Complementary color
Monochromatic Colors of #987CFA
Black with #987CFA
Text Example
Text Example
White with #987CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987CFA; }
p { color: rgb(152,124,250); }
H1.HeaderClassName
{
color: #987CFA;
}
.AnyTagClassName
{
color: #987CFA;
}
</style>
background-color css
<style>
a { background-color: #987CFA; }
a { background-color: rgb(152,124,250); }
div.DivClassName
{
background-color: #987CFA;
}
.BgClassName
{
background-color: #987CFA;
}
</style>
border-color css
<style>
span { border-color: #987CFA; }
span { border-color: rgb(152,124,250); }
td.TdClassName
{
border-color: #987CFA;
}
.TagClassName
{
border-color: #987CFA;
}
</style>