Shades of Light Slate Blue #885FFC
Tints of Light Slate Blue #885FFC
RGB
CMYK
RGB Variations
Color information
#885FFC (or 0x885FFC) is known color: Light Slate Blue. HEX triplet: 88, 5F and FC. RGB value is (136,95,252). Sum of RGB (Red+Green+Blue) = 136+95+252=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #885FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FFC is #77A003. Grayscale: #7C7C7C. Windows color (decimal): -7839748 or 16539528. OLE color: 16539528.
HSL color Cylindrical-coordinate representation of color #885FFC: hue angle of 255.67º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885FFC is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 95 | 252 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.01 |
| HSL | 255.67º | 0.96% | 0.68% | - |
| HSV(B) | 255.67º | 0.62% | 0.99% | - |
| XYZ | 31.82 | 20.45 | 94.37 | - |
| YUV | 125.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 252 | 0.46 | 0.62 | 0 | 0.01 | 255.67 | 0.96 | 0.68 |
| Hex | 88 | 5F | FC | 2E | 3E | 0 | 1 | 100 | 60 | 44 |
| Octal | 210 | 137 | 374 | 56 | 76 | 0 | 1 | 400 | 140 | 104 |
| Binary | 10001000 | 1011111 | 11111100 | 101110 | 111110 | 0 | 1 | 100000000 | 1100000 | 1000100 |
Color Harmonies of #885FFC
Complementary color
Monochromatic Colors of #885FFC
Black with #885FFC
Text Example
Text Example
White with #885FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FFC; }
p { color: rgb(136,95,252); }
H1.HeaderClassName
{
color: #885FFC;
}
.AnyTagClassName
{
color: #885FFC;
}
</style>
background-color css
<style>
a { background-color: #885FFC; }
a { background-color: rgb(136,95,252); }
div.DivClassName
{
background-color: #885FFC;
}
.BgClassName
{
background-color: #885FFC;
}
</style>
border-color css
<style>
span { border-color: #885FFC; }
span { border-color: rgb(136,95,252); }
td.TdClassName
{
border-color: #885FFC;
}
.TagClassName
{
border-color: #885FFC;
}
</style>