Shades of Light Slate Blue #987FFB
Tints of Light Slate Blue #987FFB
RGB
CMYK
RGB Variations
Color information
#987FFB (or 0x987FFB) is known color: Light Slate Blue. HEX triplet: 98, 7F and FB. RGB value is (152,127,251). Sum of RGB (Red+Green+Blue) = 152+127+251=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #987FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987FFB is #678004. Grayscale: #949494. Windows color (decimal): -6782981 or 16482200. OLE color: 16482200.
HSL color Cylindrical-coordinate representation of color #987FFB: hue angle of 252.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #987FFB is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 127 | 251 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.02 |
| HSL | 252.1º | 0.94% | 0.74% | - |
| HSV(B) | 252.1º | 0.49% | 0.98% | - |
| XYZ | 37.95 | 28.82 | 94.83 | - |
| YUV | 148.61 | 185.78 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 251 | 0.39 | 0.49 | 0 | 0.02 | 252.1 | 0.94 | 0.74 |
| Hex | 98 | 7F | FB | 27 | 31 | 0 | 2 | FC | 5E | 4A |
| Octal | 230 | 177 | 373 | 47 | 61 | 0 | 2 | 374 | 136 | 112 |
| Binary | 10011000 | 1111111 | 11111011 | 100111 | 110001 | 0 | 10 | 11111100 | 1011110 | 1001010 |
Color Harmonies of #987FFB
Complementary color
Monochromatic Colors of #987FFB
Black with #987FFB
Text Example
Text Example
White with #987FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FFB; }
p { color: rgb(152,127,251); }
H1.HeaderClassName
{
color: #987FFB;
}
.AnyTagClassName
{
color: #987FFB;
}
</style>
background-color css
<style>
a { background-color: #987FFB; }
a { background-color: rgb(152,127,251); }
div.DivClassName
{
background-color: #987FFB;
}
.BgClassName
{
background-color: #987FFB;
}
</style>
border-color css
<style>
span { border-color: #987FFB; }
span { border-color: rgb(152,127,251); }
td.TdClassName
{
border-color: #987FFB;
}
.TagClassName
{
border-color: #987FFB;
}
</style>