Shades of Light Slate Blue #987FFD
Tints of Light Slate Blue #987FFD
RGB
CMYK
RGB Variations
Color information
#987FFD (or 0x987FFD) is known color: Light Slate Blue. HEX triplet: 98, 7F and FD. RGB value is (152,127,253). Sum of RGB (Red+Green+Blue) = 152+127+253=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #987FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987FFD is #678002. Grayscale: #949494. Windows color (decimal): -6782979 or 16613272. OLE color: 16613272.
HSL color Cylindrical-coordinate representation of color #987FFD: hue angle of 251.9º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987FFD is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 127 | 253 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.01 |
| HSL | 251.9º | 0.97% | 0.75% | - |
| HSV(B) | 251.9º | 0.5% | 0.99% | - |
| XYZ | 38.27 | 28.95 | 96.5 | - |
| YUV | 148.84 | 186.78 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 253 | 0.40 | 0.50 | 0 | 0.01 | 251.9 | 0.97 | 0.75 |
| Hex | 98 | 7F | FD | 28 | 32 | 0 | 1 | FC | 61 | 4B |
| Octal | 230 | 177 | 375 | 50 | 62 | 0 | 1 | 374 | 141 | 113 |
| Binary | 10011000 | 1111111 | 11111101 | 101000 | 110010 | 0 | 1 | 11111100 | 1100001 | 1001011 |
Color Harmonies of #987FFD
Complementary color
Monochromatic Colors of #987FFD
Black with #987FFD
Text Example
Text Example
White with #987FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FFD; }
p { color: rgb(152,127,253); }
H1.HeaderClassName
{
color: #987FFD;
}
.AnyTagClassName
{
color: #987FFD;
}
</style>
background-color css
<style>
a { background-color: #987FFD; }
a { background-color: rgb(152,127,253); }
div.DivClassName
{
background-color: #987FFD;
}
.BgClassName
{
background-color: #987FFD;
}
</style>
border-color css
<style>
span { border-color: #987FFD; }
span { border-color: rgb(152,127,253); }
td.TdClassName
{
border-color: #987FFD;
}
.TagClassName
{
border-color: #987FFD;
}
</style>