Shades of Light Slate Blue #9870FB
Tints of Light Slate Blue #9870FB
RGB
CMYK
RGB Variations
Color information
#9870FB (or 0x9870FB) is known color: Light Slate Blue. HEX triplet: 98, 70 and FB. RGB value is (152,112,251). Sum of RGB (Red+Green+Blue) = 152+112+251=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #9870FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9870FB is #678F04. Grayscale: #8B8B8B. Windows color (decimal): -6786821 or 16478360. OLE color: 16478360.
HSL color Cylindrical-coordinate representation of color #9870FB: hue angle of 257.27º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9870FB is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 112 | 251 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.02 |
| HSL | 257.27º | 0.95% | 0.71% | - |
| HSV(B) | 257.27º | 0.55% | 0.98% | - |
| XYZ | 36.16 | 25.23 | 94.23 | - |
| YUV | 139.81 | 190.75 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 251 | 0.39 | 0.55 | 0 | 0.02 | 257.27 | 0.95 | 0.71 |
| Hex | 98 | 70 | FB | 27 | 37 | 0 | 2 | 101 | 5F | 47 |
| Octal | 230 | 160 | 373 | 47 | 67 | 0 | 2 | 401 | 137 | 107 |
| Binary | 10011000 | 1110000 | 11111011 | 100111 | 110111 | 0 | 10 | 100000001 | 1011111 | 1000111 |
Color Harmonies of #9870FB
Complementary color
Monochromatic Colors of #9870FB
Black with #9870FB
Text Example
Text Example
White with #9870FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9870FB; }
p { color: rgb(152,112,251); }
H1.HeaderClassName
{
color: #9870FB;
}
.AnyTagClassName
{
color: #9870FB;
}
</style>
background-color css
<style>
a { background-color: #9870FB; }
a { background-color: rgb(152,112,251); }
div.DivClassName
{
background-color: #9870FB;
}
.BgClassName
{
background-color: #9870FB;
}
</style>
border-color css
<style>
span { border-color: #9870FB; }
span { border-color: rgb(152,112,251); }
td.TdClassName
{
border-color: #9870FB;
}
.TagClassName
{
border-color: #9870FB;
}
</style>