Shades of Light Slate Blue #885BFF
Tints of Light Slate Blue #885BFF
RGB
CMYK
RGB Variations
Color information
#885BFF (or 0x885BFF) is known color: Light Slate Blue. HEX triplet: 88, 5B and FF. RGB value is (136,91,255). Sum of RGB (Red+Green+Blue) = 136+91+255=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #885BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885BFF is #77A400. Grayscale: #7A7A7A. Windows color (decimal): -7840769 or 16735112. OLE color: 16735112.
HSL color Cylindrical-coordinate representation of color #885BFF: hue angle of 256.46º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #885BFF is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 91 | 255 | - |
| CMYK | 0.47 | 0.64 | 0 | 0 |
| HSL | 256.46º | 1% | 0.68% | - |
| HSV(B) | 256.46º | 0.64% | 1% | - |
| XYZ | 31.94 | 19.94 | 96.77 | - |
| YUV | 123.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 255 | 0.47 | 0.64 | 0 | 0 | 256.46 | 1 | 0.68 |
| Hex | 88 | 5B | FF | 2F | 40 | 0 | 0 | 100 | 64 | 44 |
| Octal | 210 | 133 | 377 | 57 | 100 | 0 | 0 | 400 | 144 | 104 |
| Binary | 10001000 | 1011011 | 11111111 | 101111 | 1000000 | 0 | 0 | 100000000 | 1100100 | 1000100 |
Color Harmonies of #885BFF
Complementary color
Monochromatic Colors of #885BFF
Black with #885BFF
Text Example
Text Example
White with #885BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BFF; }
p { color: rgb(136,91,255); }
H1.HeaderClassName
{
color: #885BFF;
}
.AnyTagClassName
{
color: #885BFF;
}
</style>
background-color css
<style>
a { background-color: #885BFF; }
a { background-color: rgb(136,91,255); }
div.DivClassName
{
background-color: #885BFF;
}
.BgClassName
{
background-color: #885BFF;
}
</style>
border-color css
<style>
span { border-color: #885BFF; }
span { border-color: rgb(136,91,255); }
td.TdClassName
{
border-color: #885BFF;
}
.TagClassName
{
border-color: #885BFF;
}
</style>