Shades of Light Slate Blue #9858FF
Tints of Light Slate Blue #9858FF
RGB
CMYK
RGB Variations
Color information
#9858FF (or 0x9858FF) is known color: Light Slate Blue. HEX triplet: 98, 58 and FF. RGB value is (152,88,255). Sum of RGB (Red+Green+Blue) = 152+88+255=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #9858FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9858FF is #67A700. Grayscale: #7D7D7D. Windows color (decimal): -6792961 or 16734360. OLE color: 16734360.
HSL color Cylindrical-coordinate representation of color #9858FF: hue angle of 262.99º 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 #9858FF is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 88 | 255 | - |
| CMYK | 0.40 | 0.65 | 0 | 0 |
| HSL | 262.99º | 1% | 0.67% | - |
| HSV(B) | 262.99º | 0.65% | 1% | - |
| XYZ | 34.49 | 20.87 | 96.82 | - |
| YUV | 126.17 | 200.7 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 255 | 0.40 | 0.65 | 0 | 0 | 262.99 | 1 | 0.67 |
| Hex | 98 | 58 | FF | 28 | 41 | 0 | 0 | 107 | 64 | 43 |
| Octal | 230 | 130 | 377 | 50 | 101 | 0 | 0 | 407 | 144 | 103 |
| Binary | 10011000 | 1011000 | 11111111 | 101000 | 1000001 | 0 | 0 | 100000111 | 1100100 | 1000011 |
Color Harmonies of #9858FF
Complementary color
Monochromatic Colors of #9858FF
Black with #9858FF
Text Example
Text Example
White with #9858FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9858FF; }
p { color: rgb(152,88,255); }
H1.HeaderClassName
{
color: #9858FF;
}
.AnyTagClassName
{
color: #9858FF;
}
</style>
background-color css
<style>
a { background-color: #9858FF; }
a { background-color: rgb(152,88,255); }
div.DivClassName
{
background-color: #9858FF;
}
.BgClassName
{
background-color: #9858FF;
}
</style>
border-color css
<style>
span { border-color: #9858FF; }
span { border-color: rgb(152,88,255); }
td.TdClassName
{
border-color: #9858FF;
}
.TagClassName
{
border-color: #9858FF;
}
</style>