Shades of Light Slate Blue #885EFD
Tints of Light Slate Blue #885EFD
RGB
CMYK
RGB Variations
Color information
#885EFD (or 0x885EFD) is known color: Light Slate Blue. HEX triplet: 88, 5E and FD. RGB value is (136,94,253). Sum of RGB (Red+Green+Blue) = 136+94+253=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #885EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885EFD is #77A102. Grayscale: #7C7C7C. Windows color (decimal): -7840003 or 16604808. OLE color: 16604808.
HSL color Cylindrical-coordinate representation of color #885EFD: hue angle of 255.85º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885EFD is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 94 | 253 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.01 |
| HSL | 255.85º | 0.98% | 0.68% | - |
| HSV(B) | 255.85º | 0.63% | 0.99% | - |
| XYZ | 31.89 | 20.33 | 95.17 | - |
| YUV | 124.68 | 200.41 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 253 | 0.46 | 0.63 | 0 | 0.01 | 255.85 | 0.98 | 0.68 |
| Hex | 88 | 5E | FD | 2E | 3F | 0 | 1 | 100 | 62 | 44 |
| Octal | 210 | 136 | 375 | 56 | 77 | 0 | 1 | 400 | 142 | 104 |
| Binary | 10001000 | 1011110 | 11111101 | 101110 | 111111 | 0 | 1 | 100000000 | 1100010 | 1000100 |
Color Harmonies of #885EFD
Complementary color
Monochromatic Colors of #885EFD
Black with #885EFD
Text Example
Text Example
White with #885EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885EFD; }
p { color: rgb(136,94,253); }
H1.HeaderClassName
{
color: #885EFD;
}
.AnyTagClassName
{
color: #885EFD;
}
</style>
background-color css
<style>
a { background-color: #885EFD; }
a { background-color: rgb(136,94,253); }
div.DivClassName
{
background-color: #885EFD;
}
.BgClassName
{
background-color: #885EFD;
}
</style>
border-color css
<style>
span { border-color: #885EFD; }
span { border-color: rgb(136,94,253); }
td.TdClassName
{
border-color: #885EFD;
}
.TagClassName
{
border-color: #885EFD;
}
</style>