Shades of Medium Slate Blue #8854EA
Tints of Medium Slate Blue #8854EA
RGB
CMYK
RGB Variations
Color information
#8854EA (or 0x8854EA) is known color: Medium Slate Blue. HEX triplet: 88, 54 and EA. RGB value is (136,84,234). Sum of RGB (Red+Green+Blue) = 136+84+234=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #8854EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8854EA is #77AB15. Grayscale: #747474. Windows color (decimal): -7842582 or 15357064. OLE color: 15357064.
HSL color Cylindrical-coordinate representation of color #8854EA: hue angle of 260.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8854EA is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 84 | 234 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.08 |
| HSL | 260.8º | 0.78% | 0.62% | - |
| HSV(B) | 260.8º | 0.64% | 0.92% | - |
| XYZ | 28.17 | 17.52 | 79.74 | - |
| YUV | 116.65 | 194.23 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 234 | 0.42 | 0.64 | 0 | 0.08 | 260.8 | 0.78 | 0.62 |
| Hex | 88 | 54 | EA | 2A | 40 | 0 | 8 | 105 | 4E | 3E |
| Octal | 210 | 124 | 352 | 52 | 100 | 0 | 10 | 405 | 116 | 76 |
| Binary | 10001000 | 1010100 | 11101010 | 101010 | 1000000 | 0 | 1000 | 100000101 | 1001110 | 111110 |
Color Harmonies of #8854EA
Complementary color
Monochromatic Colors of #8854EA
Black with #8854EA
Text Example
Text Example
White with #8854EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8854EA; }
p { color: rgb(136,84,234); }
H1.HeaderClassName
{
color: #8854EA;
}
.AnyTagClassName
{
color: #8854EA;
}
</style>
background-color css
<style>
a { background-color: #8854EA; }
a { background-color: rgb(136,84,234); }
div.DivClassName
{
background-color: #8854EA;
}
.BgClassName
{
background-color: #8854EA;
}
</style>
border-color css
<style>
span { border-color: #8854EA; }
span { border-color: rgb(136,84,234); }
td.TdClassName
{
border-color: #8854EA;
}
.TagClassName
{
border-color: #8854EA;
}
</style>