Shades of Light Slate Blue #9851FF
Tints of Light Slate Blue #9851FF
RGB
CMYK
RGB Variations
Color information
#9851FF (or 0x9851FF) is known color: Light Slate Blue. HEX triplet: 98, 51 and FF. RGB value is (152,81,255). Sum of RGB (Red+Green+Blue) = 152+81+255=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #9851FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9851FF is #67AE00. Grayscale: #797979. Windows color (decimal): -6794753 or 16732568. OLE color: 16732568.
HSL color Cylindrical-coordinate representation of color #9851FF: hue angle of 264.48º 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 #9851FF is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 81 | 255 | - |
| CMYK | 0.40 | 0.68 | 0 | 0 |
| HSL | 264.48º | 1% | 0.66% | - |
| HSV(B) | 264.48º | 0.68% | 1% | - |
| XYZ | 33.94 | 19.78 | 96.64 | - |
| YUV | 122.07 | 203.02 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 255 | 0.40 | 0.68 | 0 | 0 | 264.48 | 1 | 0.66 |
| Hex | 98 | 51 | FF | 28 | 44 | 0 | 0 | 108 | 64 | 42 |
| Octal | 230 | 121 | 377 | 50 | 104 | 0 | 0 | 410 | 144 | 102 |
| Binary | 10011000 | 1010001 | 11111111 | 101000 | 1000100 | 0 | 0 | 100001000 | 1100100 | 1000010 |
Color Harmonies of #9851FF
Complementary color
Monochromatic Colors of #9851FF
Black with #9851FF
Text Example
Text Example
White with #9851FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9851FF; }
p { color: rgb(152,81,255); }
H1.HeaderClassName
{
color: #9851FF;
}
.AnyTagClassName
{
color: #9851FF;
}
</style>
background-color css
<style>
a { background-color: #9851FF; }
a { background-color: rgb(152,81,255); }
div.DivClassName
{
background-color: #9851FF;
}
.BgClassName
{
background-color: #9851FF;
}
</style>
border-color css
<style>
span { border-color: #9851FF; }
span { border-color: rgb(152,81,255); }
td.TdClassName
{
border-color: #9851FF;
}
.TagClassName
{
border-color: #9851FF;
}
</style>