Shades of Light Slate Blue #9872FA
Tints of Light Slate Blue #9872FA
RGB
CMYK
RGB Variations
Color information
#9872FA (or 0x9872FA) is known color: Light Slate Blue. HEX triplet: 98, 72 and FA. RGB value is (152,114,250). Sum of RGB (Red+Green+Blue) = 152+114+250=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #9872FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9872FA is #678D05. Grayscale: #8C8C8C. Windows color (decimal): -6786310 or 16413336. OLE color: 16413336.
HSL color Cylindrical-coordinate representation of color #9872FA: hue angle of 256.76º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9872FA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 114 | 250 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.02 |
| HSL | 256.76º | 0.93% | 0.71% | - |
| HSV(B) | 256.76º | 0.54% | 0.98% | - |
| XYZ | 36.22 | 25.61 | 93.48 | - |
| YUV | 140.87 | 189.59 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 250 | 0.39 | 0.54 | 0 | 0.02 | 256.76 | 0.93 | 0.71 |
| Hex | 98 | 72 | FA | 27 | 36 | 0 | 2 | 101 | 5D | 47 |
| Octal | 230 | 162 | 372 | 47 | 66 | 0 | 2 | 401 | 135 | 107 |
| Binary | 10011000 | 1110010 | 11111010 | 100111 | 110110 | 0 | 10 | 100000001 | 1011101 | 1000111 |
Color Harmonies of #9872FA
Complementary color
Monochromatic Colors of #9872FA
Black with #9872FA
Text Example
Text Example
White with #9872FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9872FA; }
p { color: rgb(152,114,250); }
H1.HeaderClassName
{
color: #9872FA;
}
.AnyTagClassName
{
color: #9872FA;
}
</style>
background-color css
<style>
a { background-color: #9872FA; }
a { background-color: rgb(152,114,250); }
div.DivClassName
{
background-color: #9872FA;
}
.BgClassName
{
background-color: #9872FA;
}
</style>
border-color css
<style>
span { border-color: #9872FA; }
span { border-color: rgb(152,114,250); }
td.TdClassName
{
border-color: #9872FA;
}
.TagClassName
{
border-color: #9872FA;
}
</style>