Shades of Light Slate Blue #9859FC
Tints of Light Slate Blue #9859FC
RGB
CMYK
RGB Variations
Color information
#9859FC (or 0x9859FC) is known color: Light Slate Blue. HEX triplet: 98, 59 and FC. RGB value is (152,89,252). Sum of RGB (Red+Green+Blue) = 152+89+252=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #9859FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9859FC is #67A603. Grayscale: #7D7D7D. Windows color (decimal): -6792708 or 16538008. OLE color: 16538008.
HSL color Cylindrical-coordinate representation of color #9859FC: hue angle of 263.19º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9859FC is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 89 | 252 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.01 |
| HSL | 263.19º | 0.96% | 0.67% | - |
| HSV(B) | 263.19º | 0.65% | 0.99% | - |
| XYZ | 34.09 | 20.85 | 94.32 | - |
| YUV | 126.42 | 198.87 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 252 | 0.40 | 0.65 | 0 | 0.01 | 263.19 | 0.96 | 0.67 |
| Hex | 98 | 59 | FC | 28 | 41 | 0 | 1 | 107 | 60 | 43 |
| Octal | 230 | 131 | 374 | 50 | 101 | 0 | 1 | 407 | 140 | 103 |
| Binary | 10011000 | 1011001 | 11111100 | 101000 | 1000001 | 0 | 1 | 100000111 | 1100000 | 1000011 |
Color Harmonies of #9859FC
Complementary color
Monochromatic Colors of #9859FC
Black with #9859FC
Text Example
Text Example
White with #9859FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859FC; }
p { color: rgb(152,89,252); }
H1.HeaderClassName
{
color: #9859FC;
}
.AnyTagClassName
{
color: #9859FC;
}
</style>
background-color css
<style>
a { background-color: #9859FC; }
a { background-color: rgb(152,89,252); }
div.DivClassName
{
background-color: #9859FC;
}
.BgClassName
{
background-color: #9859FC;
}
</style>
border-color css
<style>
span { border-color: #9859FC; }
span { border-color: rgb(152,89,252); }
td.TdClassName
{
border-color: #9859FC;
}
.TagClassName
{
border-color: #9859FC;
}
</style>