Shades of Light Slate Blue #9885FA
Tints of Light Slate Blue #9885FA
RGB
CMYK
RGB Variations
Color information
#9885FA (or 0x9885FA) is known color: Light Slate Blue. HEX triplet: 98, 85 and FA. RGB value is (152,133,250). Sum of RGB (Red+Green+Blue) = 152+133+250=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #9885FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9885FA is #677A05. Grayscale: #979797. Windows color (decimal): -6781446 or 16418200. OLE color: 16418200.
HSL color Cylindrical-coordinate representation of color #9885FA: hue angle of 249.74º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9885FA is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 133 | 250 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.02 |
| HSL | 249.74º | 0.92% | 0.75% | - |
| HSV(B) | 249.74º | 0.47% | 0.98% | - |
| XYZ | 38.59 | 30.35 | 94.27 | - |
| YUV | 152.02 | 183.29 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 250 | 0.39 | 0.47 | 0 | 0.02 | 249.74 | 0.92 | 0.75 |
| Hex | 98 | 85 | FA | 27 | 2F | 0 | 2 | FA | 5C | 4B |
| Octal | 230 | 205 | 372 | 47 | 57 | 0 | 2 | 372 | 134 | 113 |
| Binary | 10011000 | 10000101 | 11111010 | 100111 | 101111 | 0 | 10 | 11111010 | 1011100 | 1001011 |
Color Harmonies of #9885FA
Complementary color
Monochromatic Colors of #9885FA
Black with #9885FA
Text Example
Text Example
White with #9885FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885FA; }
p { color: rgb(152,133,250); }
H1.HeaderClassName
{
color: #9885FA;
}
.AnyTagClassName
{
color: #9885FA;
}
</style>
background-color css
<style>
a { background-color: #9885FA; }
a { background-color: rgb(152,133,250); }
div.DivClassName
{
background-color: #9885FA;
}
.BgClassName
{
background-color: #9885FA;
}
</style>
border-color css
<style>
span { border-color: #9885FA; }
span { border-color: rgb(152,133,250); }
td.TdClassName
{
border-color: #9885FA;
}
.TagClassName
{
border-color: #9885FA;
}
</style>