Shades of Light Slate Blue #987BFC
Tints of Light Slate Blue #987BFC
RGB
CMYK
RGB Variations
Color information
#987BFC (or 0x987BFC) is known color: Light Slate Blue. HEX triplet: 98, 7B and FC. RGB value is (152,123,252). Sum of RGB (Red+Green+Blue) = 152+123+252=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #987BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BFC is #678403. Grayscale: #919191. Windows color (decimal): -6784004 or 16546712. OLE color: 16546712.
HSL color Cylindrical-coordinate representation of color #987BFC: hue angle of 253.49º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #987BFC is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 123 | 252 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.01 |
| HSL | 253.49º | 0.96% | 0.74% | - |
| HSV(B) | 253.49º | 0.51% | 0.99% | - |
| XYZ | 37.6 | 27.87 | 95.49 | - |
| YUV | 146.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 252 | 0.40 | 0.51 | 0 | 0.01 | 253.49 | 0.96 | 0.74 |
| Hex | 98 | 7B | FC | 28 | 33 | 0 | 1 | FD | 60 | 4A |
| Octal | 230 | 173 | 374 | 50 | 63 | 0 | 1 | 375 | 140 | 112 |
| Binary | 10011000 | 1111011 | 11111100 | 101000 | 110011 | 0 | 1 | 11111101 | 1100000 | 1001010 |
Color Harmonies of #987BFC
Complementary color
Monochromatic Colors of #987BFC
Black with #987BFC
Text Example
Text Example
White with #987BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BFC; }
p { color: rgb(152,123,252); }
H1.HeaderClassName
{
color: #987BFC;
}
.AnyTagClassName
{
color: #987BFC;
}
</style>
background-color css
<style>
a { background-color: #987BFC; }
a { background-color: rgb(152,123,252); }
div.DivClassName
{
background-color: #987BFC;
}
.BgClassName
{
background-color: #987BFC;
}
</style>
border-color css
<style>
span { border-color: #987BFC; }
span { border-color: rgb(152,123,252); }
td.TdClassName
{
border-color: #987BFC;
}
.TagClassName
{
border-color: #987BFC;
}
</style>