Shades of Medium Slate Blue #8049EC
Tints of Medium Slate Blue #8049EC
RGB
CMYK
RGB Variations
Color information
#8049EC (or 0x8049EC) is known color: Medium Slate Blue. HEX triplet: 80, 49 and EC. RGB value is (128,73,236). Sum of RGB (Red+Green+Blue) = 128+73+236=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #8049EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8049EC is #7FB613. Grayscale: #6B6B6B. Windows color (decimal): -8369684 or 15485312. OLE color: 15485312.
HSL color Cylindrical-coordinate representation of color #8049EC: hue angle of 260.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8049EC is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 73 | 236 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.07 |
| HSL | 260.25º | 0.81% | 0.61% | - |
| HSV(B) | 260.25º | 0.69% | 0.93% | - |
| XYZ | 26.42 | 15.41 | 80.94 | - |
| YUV | 108.03 | 200.22 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 236 | 0.46 | 0.69 | 0 | 0.07 | 260.25 | 0.81 | 0.61 |
| Hex | 80 | 49 | EC | 2E | 45 | 0 | 7 | 104 | 51 | 3D |
| Octal | 200 | 111 | 354 | 56 | 105 | 0 | 7 | 404 | 121 | 75 |
| Binary | 10000000 | 1001001 | 11101100 | 101110 | 1000101 | 0 | 111 | 100000100 | 1010001 | 111101 |
Color Harmonies of #8049EC
Complementary color
Monochromatic Colors of #8049EC
Black with #8049EC
Text Example
Text Example
White with #8049EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049EC; }
p { color: rgb(128,73,236); }
H1.HeaderClassName
{
color: #8049EC;
}
.AnyTagClassName
{
color: #8049EC;
}
</style>
background-color css
<style>
a { background-color: #8049EC; }
a { background-color: rgb(128,73,236); }
div.DivClassName
{
background-color: #8049EC;
}
.BgClassName
{
background-color: #8049EC;
}
</style>
border-color css
<style>
span { border-color: #8049EC; }
span { border-color: rgb(128,73,236); }
td.TdClassName
{
border-color: #8049EC;
}
.TagClassName
{
border-color: #8049EC;
}
</style>