Shades of Medium Slate Blue #8054EC
Tints of Medium Slate Blue #8054EC
RGB
CMYK
RGB Variations
Color information
#8054EC (or 0x8054EC) is known color: Medium Slate Blue. HEX triplet: 80, 54 and EC. RGB value is (128,84,236). Sum of RGB (Red+Green+Blue) = 128+84+236=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #8054EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8054EC is #7FAB13. Grayscale: #717171. Windows color (decimal): -8366868 or 15488128. OLE color: 15488128.
HSL color Cylindrical-coordinate representation of color #8054EC: hue angle of 257.37º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8054EC is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 84 | 236 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.07 |
| HSL | 257.37º | 0.8% | 0.63% | - |
| HSV(B) | 257.37º | 0.64% | 0.93% | - |
| XYZ | 27.21 | 16.99 | 81.2 | - |
| YUV | 114.48 | 196.58 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 236 | 0.46 | 0.64 | 0 | 0.07 | 257.37 | 0.8 | 0.63 |
| Hex | 80 | 54 | EC | 2E | 40 | 0 | 7 | 101 | 50 | 3F |
| Octal | 200 | 124 | 354 | 56 | 100 | 0 | 7 | 401 | 120 | 77 |
| Binary | 10000000 | 1010100 | 11101100 | 101110 | 1000000 | 0 | 111 | 100000001 | 1010000 | 111111 |
Color Harmonies of #8054EC
Complementary color
Monochromatic Colors of #8054EC
Black with #8054EC
Text Example
Text Example
White with #8054EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8054EC; }
p { color: rgb(128,84,236); }
H1.HeaderClassName
{
color: #8054EC;
}
.AnyTagClassName
{
color: #8054EC;
}
</style>
background-color css
<style>
a { background-color: #8054EC; }
a { background-color: rgb(128,84,236); }
div.DivClassName
{
background-color: #8054EC;
}
.BgClassName
{
background-color: #8054EC;
}
</style>
border-color css
<style>
span { border-color: #8054EC; }
span { border-color: rgb(128,84,236); }
td.TdClassName
{
border-color: #8054EC;
}
.TagClassName
{
border-color: #8054EC;
}
</style>