Shades of Light Slate Blue #987BFE
Tints of Light Slate Blue #987BFE
RGB
CMYK
RGB Variations
Color information
#987BFE (or 0x987BFE) is known color: Light Slate Blue. HEX triplet: 98, 7B and FE. RGB value is (152,123,254). Sum of RGB (Red+Green+Blue) = 152+123+254=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #987BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BFE is #678401. Grayscale: #929292. Windows color (decimal): -6784002 or 16677784. OLE color: 16677784.
HSL color Cylindrical-coordinate representation of color #987BFE: hue angle of 253.28º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #987BFE is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 123 | 254 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.00 |
| HSL | 253.28º | 0.98% | 0.74% | - |
| HSV(B) | 253.28º | 0.52% | 1% | - |
| XYZ | 37.92 | 28 | 97.17 | - |
| YUV | 146.61 | 188.61 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 254 | 0.40 | 0.52 | 0 | 0.00 | 253.28 | 0.98 | 0.74 |
| Hex | 98 | 7B | FE | 28 | 34 | 0 | 0 | FD | 62 | 4A |
| Octal | 230 | 173 | 376 | 50 | 64 | 0 | 0 | 375 | 142 | 112 |
| Binary | 10011000 | 1111011 | 11111110 | 101000 | 110100 | 0 | 0 | 11111101 | 1100010 | 1001010 |
Color Harmonies of #987BFE
Complementary color
Monochromatic Colors of #987BFE
Black with #987BFE
Text Example
Text Example
White with #987BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BFE; }
p { color: rgb(152,123,254); }
H1.HeaderClassName
{
color: #987BFE;
}
.AnyTagClassName
{
color: #987BFE;
}
</style>
background-color css
<style>
a { background-color: #987BFE; }
a { background-color: rgb(152,123,254); }
div.DivClassName
{
background-color: #987BFE;
}
.BgClassName
{
background-color: #987BFE;
}
</style>
border-color css
<style>
span { border-color: #987BFE; }
span { border-color: rgb(152,123,254); }
td.TdClassName
{
border-color: #987BFE;
}
.TagClassName
{
border-color: #987BFE;
}
</style>