Shades of Light Slate Blue #987AFE
Tints of Light Slate Blue #987AFE
RGB
CMYK
RGB Variations
Color information
#987AFE (or 0x987AFE) is known color: Light Slate Blue. HEX triplet: 98, 7A and FE. RGB value is (152,122,254). Sum of RGB (Red+Green+Blue) = 152+122+254=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #987AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987AFE is #678501. Grayscale: #919191. Windows color (decimal): -6784258 or 16677528. OLE color: 16677528.
HSL color Cylindrical-coordinate representation of color #987AFE: hue angle of 253.64º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #987AFE is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 122 | 254 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.00 |
| HSL | 253.64º | 0.99% | 0.74% | - |
| HSV(B) | 253.64º | 0.52% | 1% | - |
| XYZ | 37.8 | 27.75 | 97.13 | - |
| YUV | 146.02 | 188.94 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 254 | 0.40 | 0.52 | 0 | 0.00 | 253.64 | 0.99 | 0.74 |
| Hex | 98 | 7A | FE | 28 | 34 | 0 | 0 | FE | 63 | 4A |
| Octal | 230 | 172 | 376 | 50 | 64 | 0 | 0 | 376 | 143 | 112 |
| Binary | 10011000 | 1111010 | 11111110 | 101000 | 110100 | 0 | 0 | 11111110 | 1100011 | 1001010 |
Color Harmonies of #987AFE
Complementary color
Monochromatic Colors of #987AFE
Black with #987AFE
Text Example
Text Example
White with #987AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987AFE; }
p { color: rgb(152,122,254); }
H1.HeaderClassName
{
color: #987AFE;
}
.AnyTagClassName
{
color: #987AFE;
}
</style>
background-color css
<style>
a { background-color: #987AFE; }
a { background-color: rgb(152,122,254); }
div.DivClassName
{
background-color: #987AFE;
}
.BgClassName
{
background-color: #987AFE;
}
</style>
border-color css
<style>
span { border-color: #987AFE; }
span { border-color: rgb(152,122,254); }
td.TdClassName
{
border-color: #987AFE;
}
.TagClassName
{
border-color: #987AFE;
}
</style>