Shades of Light Slate Blue #9877F9
Tints of Light Slate Blue #9877F9
RGB
CMYK
RGB Variations
Color information
#9877F9 (or 0x9877F9) is known color: Light Slate Blue. HEX triplet: 98, 77 and F9. RGB value is (152,119,249). Sum of RGB (Red+Green+Blue) = 152+119+249=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #9877F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9877F9 is #678806. Grayscale: #8F8F8F. Windows color (decimal): -6785031 or 16349080. OLE color: 16349080.
HSL color Cylindrical-coordinate representation of color #9877F9: hue angle of 255.23º degrees, saturation: 0.92, 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 #9877F9 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 119 | 249 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.02 |
| HSL | 255.23º | 0.92% | 0.72% | - |
| HSV(B) | 255.23º | 0.52% | 0.98% | - |
| XYZ | 36.64 | 26.71 | 92.85 | - |
| YUV | 143.69 | 187.43 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 249 | 0.39 | 0.52 | 0 | 0.02 | 255.23 | 0.92 | 0.72 |
| Hex | 98 | 77 | F9 | 27 | 34 | 0 | 2 | FF | 5C | 48 |
| Octal | 230 | 167 | 371 | 47 | 64 | 0 | 2 | 377 | 134 | 110 |
| Binary | 10011000 | 1110111 | 11111001 | 100111 | 110100 | 0 | 10 | 11111111 | 1011100 | 1001000 |
Color Harmonies of #9877F9
Complementary color
Monochromatic Colors of #9877F9
Black with #9877F9
Text Example
Text Example
White with #9877F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9877F9; }
p { color: rgb(152,119,249); }
H1.HeaderClassName
{
color: #9877F9;
}
.AnyTagClassName
{
color: #9877F9;
}
</style>
background-color css
<style>
a { background-color: #9877F9; }
a { background-color: rgb(152,119,249); }
div.DivClassName
{
background-color: #9877F9;
}
.BgClassName
{
background-color: #9877F9;
}
</style>
border-color css
<style>
span { border-color: #9877F9; }
span { border-color: rgb(152,119,249); }
td.TdClassName
{
border-color: #9877F9;
}
.TagClassName
{
border-color: #9877F9;
}
</style>