Shades of Light Slate Blue #9853FF
Tints of Light Slate Blue #9853FF
RGB
CMYK
RGB Variations
Color information
#9853FF (or 0x9853FF) is known color: Light Slate Blue. HEX triplet: 98, 53 and FF. RGB value is (152,83,255). Sum of RGB (Red+Green+Blue) = 152+83+255=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #9853FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9853FF is #67AC00. Grayscale: #7A7A7A. Windows color (decimal): -6794241 or 16733080. OLE color: 16733080.
HSL color Cylindrical-coordinate representation of color #9853FF: hue angle of 264.07º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9853FF is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 83 | 255 | - |
| CMYK | 0.40 | 0.67 | 0 | 0 |
| HSL | 264.07º | 1% | 0.66% | - |
| HSV(B) | 264.07º | 0.67% | 1% | - |
| XYZ | 34.09 | 20.08 | 96.69 | - |
| YUV | 123.24 | 202.36 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 255 | 0.40 | 0.67 | 0 | 0 | 264.07 | 1 | 0.66 |
| Hex | 98 | 53 | FF | 28 | 43 | 0 | 0 | 108 | 64 | 42 |
| Octal | 230 | 123 | 377 | 50 | 103 | 0 | 0 | 410 | 144 | 102 |
| Binary | 10011000 | 1010011 | 11111111 | 101000 | 1000011 | 0 | 0 | 100001000 | 1100100 | 1000010 |
Color Harmonies of #9853FF
Complementary color
Monochromatic Colors of #9853FF
Black with #9853FF
Text Example
Text Example
White with #9853FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9853FF; }
p { color: rgb(152,83,255); }
H1.HeaderClassName
{
color: #9853FF;
}
.AnyTagClassName
{
color: #9853FF;
}
</style>
background-color css
<style>
a { background-color: #9853FF; }
a { background-color: rgb(152,83,255); }
div.DivClassName
{
background-color: #9853FF;
}
.BgClassName
{
background-color: #9853FF;
}
</style>
border-color css
<style>
span { border-color: #9853FF; }
span { border-color: rgb(152,83,255); }
td.TdClassName
{
border-color: #9853FF;
}
.TagClassName
{
border-color: #9853FF;
}
</style>