Shades of Light Slate Blue #9985FF
Tints of Light Slate Blue #9985FF
RGB
CMYK
RGB Variations
Color information
#9985FF (or 0x9985FF) is known color: Light Slate Blue. HEX triplet: 99, 85 and FF. RGB value is (153,133,255). Sum of RGB (Red+Green+Blue) = 153+133+255=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #9985FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9985FF is #667A00. Grayscale: #989898. Windows color (decimal): -6715905 or 16745881. OLE color: 16745881.
HSL color Cylindrical-coordinate representation of color #9985FF: hue angle of 249.84º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9985FF is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 133 | 255 | - |
| CMYK | 0.4 | 0.48 | 0 | 0 |
| HSL | 249.84º | 1% | 0.76% | - |
| HSV(B) | 249.84º | 0.48% | 1% | - |
| XYZ | 39.57 | 30.77 | 98.46 | - |
| YUV | 152.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 255 | 0.4 | 0.48 | 0 | 0 | 249.84 | 1 | 0.76 |
| Hex | 99 | 85 | FF | 28 | 30 | 0 | 0 | FA | 64 | 4C |
| Octal | 231 | 205 | 377 | 50 | 60 | 0 | 0 | 372 | 144 | 114 |
| Binary | 10011001 | 10000101 | 11111111 | 101000 | 110000 | 0 | 0 | 11111010 | 1100100 | 1001100 |
Color Harmonies of #9985FF
Complementary color
Monochromatic Colors of #9985FF
Black with #9985FF
Text Example
Text Example
White with #9985FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9985FF; }
p { color: rgb(153,133,255); }
H1.HeaderClassName
{
color: #9985FF;
}
.AnyTagClassName
{
color: #9985FF;
}
</style>
background-color css
<style>
a { background-color: #9985FF; }
a { background-color: rgb(153,133,255); }
div.DivClassName
{
background-color: #9985FF;
}
.BgClassName
{
background-color: #9985FF;
}
</style>
border-color css
<style>
span { border-color: #9985FF; }
span { border-color: rgb(153,133,255); }
td.TdClassName
{
border-color: #9985FF;
}
.TagClassName
{
border-color: #9985FF;
}
</style>