Shades of Light Slate Blue #987DFE
Tints of Light Slate Blue #987DFE
RGB
CMYK
RGB Variations
Color information
#987DFE (or 0x987DFE) is known color: Light Slate Blue. HEX triplet: 98, 7D and FE. RGB value is (152,125,254). Sum of RGB (Red+Green+Blue) = 152+125+254=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #987DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DFE is #678201. Grayscale: #939393. Windows color (decimal): -6783490 or 16678296. OLE color: 16678296.
HSL color Cylindrical-coordinate representation of color #987DFE: hue angle of 252.56º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #987DFE is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 125 | 254 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.00 |
| HSL | 252.56º | 0.98% | 0.74% | - |
| HSV(B) | 252.56º | 0.51% | 1% | - |
| XYZ | 38.17 | 28.5 | 97.25 | - |
| YUV | 147.78 | 187.95 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 254 | 0.40 | 0.51 | 0 | 0.00 | 252.56 | 0.98 | 0.74 |
| Hex | 98 | 7D | FE | 28 | 33 | 0 | 0 | FD | 62 | 4A |
| Octal | 230 | 175 | 376 | 50 | 63 | 0 | 0 | 375 | 142 | 112 |
| Binary | 10011000 | 1111101 | 11111110 | 101000 | 110011 | 0 | 0 | 11111101 | 1100010 | 1001010 |
Color Harmonies of #987DFE
Complementary color
Monochromatic Colors of #987DFE
Black with #987DFE
Text Example
Text Example
White with #987DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DFE; }
p { color: rgb(152,125,254); }
H1.HeaderClassName
{
color: #987DFE;
}
.AnyTagClassName
{
color: #987DFE;
}
</style>
background-color css
<style>
a { background-color: #987DFE; }
a { background-color: rgb(152,125,254); }
div.DivClassName
{
background-color: #987DFE;
}
.BgClassName
{
background-color: #987DFE;
}
</style>
border-color css
<style>
span { border-color: #987DFE; }
span { border-color: rgb(152,125,254); }
td.TdClassName
{
border-color: #987DFE;
}
.TagClassName
{
border-color: #987DFE;
}
</style>