Shades of Light Slate Blue #885EFA
Tints of Light Slate Blue #885EFA
RGB
CMYK
RGB Variations
Color information
#885EFA (or 0x885EFA) is known color: Light Slate Blue. HEX triplet: 88, 5E and FA. RGB value is (136,94,250). Sum of RGB (Red+Green+Blue) = 136+94+250=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #885EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885EFA is #77A105. Grayscale: #7B7B7B. Windows color (decimal): -7840006 or 16408200. OLE color: 16408200.
HSL color Cylindrical-coordinate representation of color #885EFA: hue angle of 256.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885EFA is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 94 | 250 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.02 |
| HSL | 256.15º | 0.94% | 0.67% | - |
| HSV(B) | 256.15º | 0.62% | 0.98% | - |
| XYZ | 31.41 | 20.14 | 92.67 | - |
| YUV | 124.34 | 198.91 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 250 | 0.46 | 0.62 | 0 | 0.02 | 256.15 | 0.94 | 0.67 |
| Hex | 88 | 5E | FA | 2E | 3E | 0 | 2 | 100 | 5E | 43 |
| Octal | 210 | 136 | 372 | 56 | 76 | 0 | 2 | 400 | 136 | 103 |
| Binary | 10001000 | 1011110 | 11111010 | 101110 | 111110 | 0 | 10 | 100000000 | 1011110 | 1000011 |
Color Harmonies of #885EFA
Complementary color
Monochromatic Colors of #885EFA
Black with #885EFA
Text Example
Text Example
White with #885EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885EFA; }
p { color: rgb(136,94,250); }
H1.HeaderClassName
{
color: #885EFA;
}
.AnyTagClassName
{
color: #885EFA;
}
</style>
background-color css
<style>
a { background-color: #885EFA; }
a { background-color: rgb(136,94,250); }
div.DivClassName
{
background-color: #885EFA;
}
.BgClassName
{
background-color: #885EFA;
}
</style>
border-color css
<style>
span { border-color: #885EFA; }
span { border-color: rgb(136,94,250); }
td.TdClassName
{
border-color: #885EFA;
}
.TagClassName
{
border-color: #885EFA;
}
</style>