Shades of Light Slate Blue #885EFB
Tints of Light Slate Blue #885EFB
RGB
CMYK
RGB Variations
Color information
#885EFB (or 0x885EFB) is known color: Light Slate Blue. HEX triplet: 88, 5E and FB. RGB value is (136,94,251). Sum of RGB (Red+Green+Blue) = 136+94+251=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #885EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885EFB is #77A104. Grayscale: #7B7B7B. Windows color (decimal): -7840005 or 16473736. OLE color: 16473736.
HSL color Cylindrical-coordinate representation of color #885EFB: hue angle of 256.05º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885EFB is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 94 | 251 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.02 |
| HSL | 256.05º | 0.95% | 0.68% | - |
| HSV(B) | 256.05º | 0.63% | 0.98% | - |
| XYZ | 31.57 | 20.2 | 93.5 | - |
| YUV | 124.46 | 199.41 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 251 | 0.46 | 0.63 | 0 | 0.02 | 256.05 | 0.95 | 0.68 |
| Hex | 88 | 5E | FB | 2E | 3F | 0 | 2 | 100 | 5F | 44 |
| Octal | 210 | 136 | 373 | 56 | 77 | 0 | 2 | 400 | 137 | 104 |
| Binary | 10001000 | 1011110 | 11111011 | 101110 | 111111 | 0 | 10 | 100000000 | 1011111 | 1000100 |
Color Harmonies of #885EFB
Complementary color
Monochromatic Colors of #885EFB
Black with #885EFB
Text Example
Text Example
White with #885EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885EFB; }
p { color: rgb(136,94,251); }
H1.HeaderClassName
{
color: #885EFB;
}
.AnyTagClassName
{
color: #885EFB;
}
</style>
background-color css
<style>
a { background-color: #885EFB; }
a { background-color: rgb(136,94,251); }
div.DivClassName
{
background-color: #885EFB;
}
.BgClassName
{
background-color: #885EFB;
}
</style>
border-color css
<style>
span { border-color: #885EFB; }
span { border-color: rgb(136,94,251); }
td.TdClassName
{
border-color: #885EFB;
}
.TagClassName
{
border-color: #885EFB;
}
</style>