Shades of Light Slate Blue #885BFE
Tints of Light Slate Blue #885BFE
RGB
CMYK
RGB Variations
Color information
#885BFE (or 0x885BFE) is known color: Light Slate Blue. HEX triplet: 88, 5B and FE. RGB value is (136,91,254). Sum of RGB (Red+Green+Blue) = 136+91+254=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #885BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885BFE is #77A401. Grayscale: #7A7A7A. Windows color (decimal): -7840770 or 16669576. OLE color: 16669576.
HSL color Cylindrical-coordinate representation of color #885BFE: hue angle of 256.56º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #885BFE is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 91 | 254 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.00 |
| HSL | 256.56º | 0.99% | 0.68% | - |
| HSV(B) | 256.56º | 0.64% | 1% | - |
| XYZ | 31.78 | 19.87 | 95.93 | - |
| YUV | 123.04 | 201.91 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 254 | 0.46 | 0.64 | 0 | 0.00 | 256.56 | 0.99 | 0.68 |
| Hex | 88 | 5B | FE | 2E | 40 | 0 | 0 | 101 | 63 | 44 |
| Octal | 210 | 133 | 376 | 56 | 100 | 0 | 0 | 401 | 143 | 104 |
| Binary | 10001000 | 1011011 | 11111110 | 101110 | 1000000 | 0 | 0 | 100000001 | 1100011 | 1000100 |
Color Harmonies of #885BFE
Complementary color
Monochromatic Colors of #885BFE
Black with #885BFE
Text Example
Text Example
White with #885BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BFE; }
p { color: rgb(136,91,254); }
H1.HeaderClassName
{
color: #885BFE;
}
.AnyTagClassName
{
color: #885BFE;
}
</style>
background-color css
<style>
a { background-color: #885BFE; }
a { background-color: rgb(136,91,254); }
div.DivClassName
{
background-color: #885BFE;
}
.BgClassName
{
background-color: #885BFE;
}
</style>
border-color css
<style>
span { border-color: #885BFE; }
span { border-color: rgb(136,91,254); }
td.TdClassName
{
border-color: #885BFE;
}
.TagClassName
{
border-color: #885BFE;
}
</style>