Shades of Light Slate Blue #987EFE
Tints of Light Slate Blue #987EFE
RGB
CMYK
RGB Variations
Color information
#987EFE (or 0x987EFE) is known color: Light Slate Blue. HEX triplet: 98, 7E and FE. RGB value is (152,126,254). Sum of RGB (Red+Green+Blue) = 152+126+254=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #987EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987EFE is #678101. Grayscale: #939393. Windows color (decimal): -6783234 or 16678552. OLE color: 16678552.
HSL color Cylindrical-coordinate representation of color #987EFE: hue angle of 252.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987EFE is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 126 | 254 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.00 |
| HSL | 252.19º | 0.98% | 0.75% | - |
| HSV(B) | 252.19º | 0.5% | 1% | - |
| XYZ | 38.3 | 28.75 | 97.3 | - |
| YUV | 148.37 | 187.61 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 254 | 0.40 | 0.50 | 0 | 0.00 | 252.19 | 0.98 | 0.75 |
| Hex | 98 | 7E | FE | 28 | 32 | 0 | 0 | FC | 62 | 4B |
| Octal | 230 | 176 | 376 | 50 | 62 | 0 | 0 | 374 | 142 | 113 |
| Binary | 10011000 | 1111110 | 11111110 | 101000 | 110010 | 0 | 0 | 11111100 | 1100010 | 1001011 |
Color Harmonies of #987EFE
Complementary color
Monochromatic Colors of #987EFE
Black with #987EFE
Text Example
Text Example
White with #987EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987EFE; }
p { color: rgb(152,126,254); }
H1.HeaderClassName
{
color: #987EFE;
}
.AnyTagClassName
{
color: #987EFE;
}
</style>
background-color css
<style>
a { background-color: #987EFE; }
a { background-color: rgb(152,126,254); }
div.DivClassName
{
background-color: #987EFE;
}
.BgClassName
{
background-color: #987EFE;
}
</style>
border-color css
<style>
span { border-color: #987EFE; }
span { border-color: rgb(152,126,254); }
td.TdClassName
{
border-color: #987EFE;
}
.TagClassName
{
border-color: #987EFE;
}
</style>