Shades of Light Slate Blue #987AFC
Tints of Light Slate Blue #987AFC
RGB
CMYK
RGB Variations
Color information
#987AFC (or 0x987AFC) is known color: Light Slate Blue. HEX triplet: 98, 7A and FC. RGB value is (152,122,252). Sum of RGB (Red+Green+Blue) = 152+122+252=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #987AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987AFC is #678503. Grayscale: #919191. Windows color (decimal): -6784260 or 16546456. OLE color: 16546456.
HSL color Cylindrical-coordinate representation of color #987AFC: hue angle of 253.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #987AFC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 122 | 252 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.01 |
| HSL | 253.85º | 0.96% | 0.73% | - |
| HSV(B) | 253.85º | 0.52% | 0.99% | - |
| XYZ | 37.48 | 27.62 | 95.45 | - |
| YUV | 145.79 | 187.94 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 252 | 0.40 | 0.52 | 0 | 0.01 | 253.85 | 0.96 | 0.73 |
| Hex | 98 | 7A | FC | 28 | 34 | 0 | 1 | FE | 60 | 49 |
| Octal | 230 | 172 | 374 | 50 | 64 | 0 | 1 | 376 | 140 | 111 |
| Binary | 10011000 | 1111010 | 11111100 | 101000 | 110100 | 0 | 1 | 11111110 | 1100000 | 1001001 |
Color Harmonies of #987AFC
Complementary color
Monochromatic Colors of #987AFC
Black with #987AFC
Text Example
Text Example
White with #987AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987AFC; }
p { color: rgb(152,122,252); }
H1.HeaderClassName
{
color: #987AFC;
}
.AnyTagClassName
{
color: #987AFC;
}
</style>
background-color css
<style>
a { background-color: #987AFC; }
a { background-color: rgb(152,122,252); }
div.DivClassName
{
background-color: #987AFC;
}
.BgClassName
{
background-color: #987AFC;
}
</style>
border-color css
<style>
span { border-color: #987AFC; }
span { border-color: rgb(152,122,252); }
td.TdClassName
{
border-color: #987AFC;
}
.TagClassName
{
border-color: #987AFC;
}
</style>