Shades of Light Slate Blue #987AFF
Tints of Light Slate Blue #987AFF
RGB
CMYK
RGB Variations
Color information
#987AFF (or 0x987AFF) is known color: Light Slate Blue. HEX triplet: 98, 7A and FF. RGB value is (152,122,255). Sum of RGB (Red+Green+Blue) = 152+122+255=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #987AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987AFF is #678500. Grayscale: #919191. Windows color (decimal): -6784257 or 16743064. OLE color: 16743064.
HSL color Cylindrical-coordinate representation of color #987AFF: hue angle of 253.53º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #987AFF is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 122 | 255 | - |
| CMYK | 0.40 | 0.52 | 0 | 0 |
| HSL | 253.53º | 1% | 0.74% | - |
| HSV(B) | 253.53º | 0.52% | 1% | - |
| XYZ | 37.96 | 27.81 | 97.98 | - |
| YUV | 146.13 | 189.44 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 255 | 0.40 | 0.52 | 0 | 0 | 253.53 | 1 | 0.74 |
| Hex | 98 | 7A | FF | 28 | 34 | 0 | 0 | FE | 64 | 4A |
| Octal | 230 | 172 | 377 | 50 | 64 | 0 | 0 | 376 | 144 | 112 |
| Binary | 10011000 | 1111010 | 11111111 | 101000 | 110100 | 0 | 0 | 11111110 | 1100100 | 1001010 |
Color Harmonies of #987AFF
Complementary color
Monochromatic Colors of #987AFF
Black with #987AFF
Text Example
Text Example
White with #987AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987AFF; }
p { color: rgb(152,122,255); }
H1.HeaderClassName
{
color: #987AFF;
}
.AnyTagClassName
{
color: #987AFF;
}
</style>
background-color css
<style>
a { background-color: #987AFF; }
a { background-color: rgb(152,122,255); }
div.DivClassName
{
background-color: #987AFF;
}
.BgClassName
{
background-color: #987AFF;
}
</style>
border-color css
<style>
span { border-color: #987AFF; }
span { border-color: rgb(152,122,255); }
td.TdClassName
{
border-color: #987AFF;
}
.TagClassName
{
border-color: #987AFF;
}
</style>