Shades of Light Slate Blue #9885FF
Tints of Light Slate Blue #9885FF
RGB
CMYK
RGB Variations
Color information
#9885FF (or 0x9885FF) is known color: Light Slate Blue. HEX triplet: 98, 85 and FF. RGB value is (152,133,255). Sum of RGB (Red+Green+Blue) = 152+133+255=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #9885FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9885FF is #677A00. Grayscale: #989898. Windows color (decimal): -6781441 or 16745880. OLE color: 16745880.
HSL color Cylindrical-coordinate representation of color #9885FF: hue angle of 249.34º 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 #9885FF is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 133 | 255 | - |
| CMYK | 0.40 | 0.48 | 0 | 0 |
| HSL | 249.34º | 1% | 0.76% | - |
| HSV(B) | 249.34º | 0.48% | 1% | - |
| XYZ | 39.39 | 30.67 | 98.45 | - |
| YUV | 152.59 | 185.79 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 255 | 0.40 | 0.48 | 0 | 0 | 249.34 | 1 | 0.76 |
| Hex | 98 | 85 | FF | 28 | 30 | 0 | 0 | F9 | 64 | 4C |
| Octal | 230 | 205 | 377 | 50 | 60 | 0 | 0 | 371 | 144 | 114 |
| Binary | 10011000 | 10000101 | 11111111 | 101000 | 110000 | 0 | 0 | 11111001 | 1100100 | 1001100 |
Color Harmonies of #9885FF
Complementary color
Monochromatic Colors of #9885FF
Black with #9885FF
Text Example
Text Example
White with #9885FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885FF; }
p { color: rgb(152,133,255); }
H1.HeaderClassName
{
color: #9885FF;
}
.AnyTagClassName
{
color: #9885FF;
}
</style>
background-color css
<style>
a { background-color: #9885FF; }
a { background-color: rgb(152,133,255); }
div.DivClassName
{
background-color: #9885FF;
}
.BgClassName
{
background-color: #9885FF;
}
</style>
border-color css
<style>
span { border-color: #9885FF; }
span { border-color: rgb(152,133,255); }
td.TdClassName
{
border-color: #9885FF;
}
.TagClassName
{
border-color: #9885FF;
}
</style>