Shades of Light Slate Blue #885FFE
Tints of Light Slate Blue #885FFE
RGB
CMYK
RGB Variations
Color information
#885FFE (or 0x885FFE) is known color: Light Slate Blue. HEX triplet: 88, 5F and FE. RGB value is (136,95,254). Sum of RGB (Red+Green+Blue) = 136+95+254=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #885FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FFE is #77A001. Grayscale: #7C7C7C. Windows color (decimal): -7839746 or 16670600. OLE color: 16670600.
HSL color Cylindrical-coordinate representation of color #885FFE: hue angle of 255.47º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885FFE is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 95 | 254 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.00 |
| HSL | 255.47º | 0.99% | 0.68% | - |
| HSV(B) | 255.47º | 0.63% | 1% | - |
| XYZ | 32.13 | 20.57 | 96.04 | - |
| YUV | 125.39 | 200.58 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 254 | 0.46 | 0.63 | 0 | 0.00 | 255.47 | 0.99 | 0.68 |
| Hex | 88 | 5F | FE | 2E | 3F | 0 | 0 | FF | 63 | 44 |
| Octal | 210 | 137 | 376 | 56 | 77 | 0 | 0 | 377 | 143 | 104 |
| Binary | 10001000 | 1011111 | 11111110 | 101110 | 111111 | 0 | 0 | 11111111 | 1100011 | 1000100 |
Color Harmonies of #885FFE
Complementary color
Monochromatic Colors of #885FFE
Black with #885FFE
Text Example
Text Example
White with #885FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FFE; }
p { color: rgb(136,95,254); }
H1.HeaderClassName
{
color: #885FFE;
}
.AnyTagClassName
{
color: #885FFE;
}
</style>
background-color css
<style>
a { background-color: #885FFE; }
a { background-color: rgb(136,95,254); }
div.DivClassName
{
background-color: #885FFE;
}
.BgClassName
{
background-color: #885FFE;
}
</style>
border-color css
<style>
span { border-color: #885FFE; }
span { border-color: rgb(136,95,254); }
td.TdClassName
{
border-color: #885FFE;
}
.TagClassName
{
border-color: #885FFE;
}
</style>