Shades of Light Slate Blue #9875F9
Tints of Light Slate Blue #9875F9
RGB
CMYK
RGB Variations
Color information
#9875F9 (or 0x9875F9) is known color: Light Slate Blue. HEX triplet: 98, 75 and F9. RGB value is (152,117,249). Sum of RGB (Red+Green+Blue) = 152+117+249=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #9875F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9875F9 is #678A06. Grayscale: #8E8E8E. Windows color (decimal): -6785543 or 16348568. OLE color: 16348568.
HSL color Cylindrical-coordinate representation of color #9875F9: hue angle of 255.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9875F9 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 117 | 249 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.02 |
| HSL | 255.91º | 0.92% | 0.72% | - |
| HSV(B) | 255.91º | 0.53% | 0.98% | - |
| XYZ | 36.41 | 26.24 | 92.77 | - |
| YUV | 142.51 | 188.1 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 249 | 0.39 | 0.53 | 0 | 0.02 | 255.91 | 0.92 | 0.72 |
| Hex | 98 | 75 | F9 | 27 | 35 | 0 | 2 | 100 | 5C | 48 |
| Octal | 230 | 165 | 371 | 47 | 65 | 0 | 2 | 400 | 134 | 110 |
| Binary | 10011000 | 1110101 | 11111001 | 100111 | 110101 | 0 | 10 | 100000000 | 1011100 | 1001000 |
Color Harmonies of #9875F9
Complementary color
Monochromatic Colors of #9875F9
Black with #9875F9
Text Example
Text Example
White with #9875F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9875F9; }
p { color: rgb(152,117,249); }
H1.HeaderClassName
{
color: #9875F9;
}
.AnyTagClassName
{
color: #9875F9;
}
</style>
background-color css
<style>
a { background-color: #9875F9; }
a { background-color: rgb(152,117,249); }
div.DivClassName
{
background-color: #9875F9;
}
.BgClassName
{
background-color: #9875F9;
}
</style>
border-color css
<style>
span { border-color: #9875F9; }
span { border-color: rgb(152,117,249); }
td.TdClassName
{
border-color: #9875F9;
}
.TagClassName
{
border-color: #9875F9;
}
</style>