Shades of Light Slate Blue #9852FF
Tints of Light Slate Blue #9852FF
RGB
CMYK
RGB Variations
Color information
#9852FF (or 0x9852FF) is known color: Light Slate Blue. HEX triplet: 98, 52 and FF. RGB value is (152,82,255). Sum of RGB (Red+Green+Blue) = 152+82+255=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #9852FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9852FF is #67AD00. Grayscale: #7A7A7A. Windows color (decimal): -6794497 or 16732824. OLE color: 16732824.
HSL color Cylindrical-coordinate representation of color #9852FF: hue angle of 264.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9852FF is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 82 | 255 | - |
| CMYK | 0.40 | 0.68 | 0 | 0 |
| HSL | 264.28º | 1% | 0.66% | - |
| HSV(B) | 264.28º | 0.68% | 1% | - |
| XYZ | 34.02 | 19.93 | 96.66 | - |
| YUV | 122.65 | 202.69 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 255 | 0.40 | 0.68 | 0 | 0 | 264.28 | 1 | 0.66 |
| Hex | 98 | 52 | FF | 28 | 44 | 0 | 0 | 108 | 64 | 42 |
| Octal | 230 | 122 | 377 | 50 | 104 | 0 | 0 | 410 | 144 | 102 |
| Binary | 10011000 | 1010010 | 11111111 | 101000 | 1000100 | 0 | 0 | 100001000 | 1100100 | 1000010 |
Color Harmonies of #9852FF
Complementary color
Monochromatic Colors of #9852FF
Black with #9852FF
Text Example
Text Example
White with #9852FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9852FF; }
p { color: rgb(152,82,255); }
H1.HeaderClassName
{
color: #9852FF;
}
.AnyTagClassName
{
color: #9852FF;
}
</style>
background-color css
<style>
a { background-color: #9852FF; }
a { background-color: rgb(152,82,255); }
div.DivClassName
{
background-color: #9852FF;
}
.BgClassName
{
background-color: #9852FF;
}
</style>
border-color css
<style>
span { border-color: #9852FF; }
span { border-color: rgb(152,82,255); }
td.TdClassName
{
border-color: #9852FF;
}
.TagClassName
{
border-color: #9852FF;
}
</style>