Shades of Light Slate Blue #9877FA
Tints of Light Slate Blue #9877FA
RGB
CMYK
RGB Variations
Color information
#9877FA (or 0x9877FA) is known color: Light Slate Blue. HEX triplet: 98, 77 and FA. RGB value is (152,119,250). Sum of RGB (Red+Green+Blue) = 152+119+250=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #9877FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9877FA is #678805. Grayscale: #8F8F8F. Windows color (decimal): -6785030 or 16414616. OLE color: 16414616.
HSL color Cylindrical-coordinate representation of color #9877FA: hue angle of 255.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9877FA is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 119 | 250 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.02 |
| HSL | 255.11º | 0.93% | 0.72% | - |
| HSV(B) | 255.11º | 0.52% | 0.98% | - |
| XYZ | 36.8 | 26.77 | 93.67 | - |
| YUV | 143.8 | 187.93 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 250 | 0.39 | 0.52 | 0 | 0.02 | 255.11 | 0.93 | 0.72 |
| Hex | 98 | 77 | FA | 27 | 34 | 0 | 2 | FF | 5D | 48 |
| Octal | 230 | 167 | 372 | 47 | 64 | 0 | 2 | 377 | 135 | 110 |
| Binary | 10011000 | 1110111 | 11111010 | 100111 | 110100 | 0 | 10 | 11111111 | 1011101 | 1001000 |
Color Harmonies of #9877FA
Complementary color
Monochromatic Colors of #9877FA
Black with #9877FA
Text Example
Text Example
White with #9877FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9877FA; }
p { color: rgb(152,119,250); }
H1.HeaderClassName
{
color: #9877FA;
}
.AnyTagClassName
{
color: #9877FA;
}
</style>
background-color css
<style>
a { background-color: #9877FA; }
a { background-color: rgb(152,119,250); }
div.DivClassName
{
background-color: #9877FA;
}
.BgClassName
{
background-color: #9877FA;
}
</style>
border-color css
<style>
span { border-color: #9877FA; }
span { border-color: rgb(152,119,250); }
td.TdClassName
{
border-color: #9877FA;
}
.TagClassName
{
border-color: #9877FA;
}
</style>