Shades of Light Slate Blue #987BF8
Tints of Light Slate Blue #987BF8
RGB
CMYK
RGB Variations
Color information
#987BF8 (or 0x987BF8) is known color: Light Slate Blue. HEX triplet: 98, 7B and F8. RGB value is (152,123,248). Sum of RGB (Red+Green+Blue) = 152+123+248=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #987BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BF8 is #678407. Grayscale: #919191. Windows color (decimal): -6784008 or 16284568. OLE color: 16284568.
HSL color Cylindrical-coordinate representation of color #987BF8: hue angle of 253.92º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987BF8 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 123 | 248 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.03 |
| HSL | 253.92º | 0.9% | 0.73% | - |
| HSV(B) | 253.92º | 0.5% | 0.97% | - |
| XYZ | 36.98 | 27.62 | 92.19 | - |
| YUV | 145.92 | 185.61 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 248 | 0.39 | 0.50 | 0 | 0.03 | 253.92 | 0.9 | 0.73 |
| Hex | 98 | 7B | F8 | 27 | 32 | 0 | 3 | FE | 5A | 49 |
| Octal | 230 | 173 | 370 | 47 | 62 | 0 | 3 | 376 | 132 | 111 |
| Binary | 10011000 | 1111011 | 11111000 | 100111 | 110010 | 0 | 11 | 11111110 | 1011010 | 1001001 |
Color Harmonies of #987BF8
Complementary color
Monochromatic Colors of #987BF8
Black with #987BF8
Text Example
Text Example
White with #987BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BF8; }
p { color: rgb(152,123,248); }
H1.HeaderClassName
{
color: #987BF8;
}
.AnyTagClassName
{
color: #987BF8;
}
</style>
background-color css
<style>
a { background-color: #987BF8; }
a { background-color: rgb(152,123,248); }
div.DivClassName
{
background-color: #987BF8;
}
.BgClassName
{
background-color: #987BF8;
}
</style>
border-color css
<style>
span { border-color: #987BF8; }
span { border-color: rgb(152,123,248); }
td.TdClassName
{
border-color: #987BF8;
}
.TagClassName
{
border-color: #987BF8;
}
</style>