Shades of Medium Slate Blue #885CEA
Tints of Medium Slate Blue #885CEA
RGB
CMYK
RGB Variations
Color information
#885CEA (or 0x885CEA) is known color: Medium Slate Blue. HEX triplet: 88, 5C and EA. RGB value is (136,92,234). Sum of RGB (Red+Green+Blue) = 136+92+234=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #885CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885CEA is #77A315. Grayscale: #787878. Windows color (decimal): -7840534 or 15359112. OLE color: 15359112.
HSL color Cylindrical-coordinate representation of color #885CEA: hue angle of 258.59º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #885CEA is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 92 | 234 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.08 |
| HSL | 258.59º | 0.77% | 0.64% | - |
| HSV(B) | 258.59º | 0.61% | 0.92% | - |
| XYZ | 28.83 | 18.83 | 79.96 | - |
| YUV | 121.34 | 191.58 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 234 | 0.42 | 0.61 | 0 | 0.08 | 258.59 | 0.77 | 0.64 |
| Hex | 88 | 5C | EA | 2A | 3D | 0 | 8 | 103 | 4D | 40 |
| Octal | 210 | 134 | 352 | 52 | 75 | 0 | 10 | 403 | 115 | 100 |
| Binary | 10001000 | 1011100 | 11101010 | 101010 | 111101 | 0 | 1000 | 100000011 | 1001101 | 1000000 |
Color Harmonies of #885CEA
Complementary color
Monochromatic Colors of #885CEA
Black with #885CEA
Text Example
Text Example
White with #885CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885CEA; }
p { color: rgb(136,92,234); }
H1.HeaderClassName
{
color: #885CEA;
}
.AnyTagClassName
{
color: #885CEA;
}
</style>
background-color css
<style>
a { background-color: #885CEA; }
a { background-color: rgb(136,92,234); }
div.DivClassName
{
background-color: #885CEA;
}
.BgClassName
{
background-color: #885CEA;
}
</style>
border-color css
<style>
span { border-color: #885CEA; }
span { border-color: rgb(136,92,234); }
td.TdClassName
{
border-color: #885CEA;
}
.TagClassName
{
border-color: #885CEA;
}
</style>