Shades of Light Slate Blue #9859FF
Tints of Light Slate Blue #9859FF
RGB
CMYK
RGB Variations
Color information
#9859FF (or 0x9859FF) is known color: Light Slate Blue. HEX triplet: 98, 59 and FF. RGB value is (152,89,255). Sum of RGB (Red+Green+Blue) = 152+89+255=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #9859FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9859FF is #67A600. Grayscale: #7E7E7E. Windows color (decimal): -6792705 or 16734616. OLE color: 16734616.
HSL color Cylindrical-coordinate representation of color #9859FF: hue angle of 262.77º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9859FF is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 89 | 255 | - |
| CMYK | 0.40 | 0.65 | 0 | 0 |
| HSL | 262.77º | 1% | 0.67% | - |
| HSV(B) | 262.77º | 0.65% | 1% | - |
| XYZ | 34.57 | 21.04 | 96.85 | - |
| YUV | 126.76 | 200.37 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 255 | 0.40 | 0.65 | 0 | 0 | 262.77 | 1 | 0.67 |
| Hex | 98 | 59 | FF | 28 | 41 | 0 | 0 | 107 | 64 | 43 |
| Octal | 230 | 131 | 377 | 50 | 101 | 0 | 0 | 407 | 144 | 103 |
| Binary | 10011000 | 1011001 | 11111111 | 101000 | 1000001 | 0 | 0 | 100000111 | 1100100 | 1000011 |
Color Harmonies of #9859FF
Complementary color
Monochromatic Colors of #9859FF
Black with #9859FF
Text Example
Text Example
White with #9859FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859FF; }
p { color: rgb(152,89,255); }
H1.HeaderClassName
{
color: #9859FF;
}
.AnyTagClassName
{
color: #9859FF;
}
</style>
background-color css
<style>
a { background-color: #9859FF; }
a { background-color: rgb(152,89,255); }
div.DivClassName
{
background-color: #9859FF;
}
.BgClassName
{
background-color: #9859FF;
}
</style>
border-color css
<style>
span { border-color: #9859FF; }
span { border-color: rgb(152,89,255); }
td.TdClassName
{
border-color: #9859FF;
}
.TagClassName
{
border-color: #9859FF;
}
</style>