Shades of Medium Slate Blue #8050EC
Tints of Medium Slate Blue #8050EC
RGB
CMYK
RGB Variations
Color information
#8050EC (or 0x8050EC) is known color: Medium Slate Blue. HEX triplet: 80, 50 and EC. RGB value is (128,80,236). Sum of RGB (Red+Green+Blue) = 128+80+236=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #8050EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8050EC is #7FAF13. Grayscale: #6F6F6F. Windows color (decimal): -8367892 or 15487104. OLE color: 15487104.
HSL color Cylindrical-coordinate representation of color #8050EC: hue angle of 258.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8050EC is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 80 | 236 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.07 |
| HSL | 258.46º | 0.8% | 0.62% | - |
| HSV(B) | 258.46º | 0.66% | 0.93% | - |
| XYZ | 26.91 | 16.38 | 81.1 | - |
| YUV | 112.14 | 197.9 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 236 | 0.46 | 0.66 | 0 | 0.07 | 258.46 | 0.8 | 0.62 |
| Hex | 80 | 50 | EC | 2E | 42 | 0 | 7 | 102 | 50 | 3E |
| Octal | 200 | 120 | 354 | 56 | 102 | 0 | 7 | 402 | 120 | 76 |
| Binary | 10000000 | 1010000 | 11101100 | 101110 | 1000010 | 0 | 111 | 100000010 | 1010000 | 111110 |
Color Harmonies of #8050EC
Complementary color
Monochromatic Colors of #8050EC
Black with #8050EC
Text Example
Text Example
White with #8050EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8050EC; }
p { color: rgb(128,80,236); }
H1.HeaderClassName
{
color: #8050EC;
}
.AnyTagClassName
{
color: #8050EC;
}
</style>
background-color css
<style>
a { background-color: #8050EC; }
a { background-color: rgb(128,80,236); }
div.DivClassName
{
background-color: #8050EC;
}
.BgClassName
{
background-color: #8050EC;
}
</style>
border-color css
<style>
span { border-color: #8050EC; }
span { border-color: rgb(128,80,236); }
td.TdClassName
{
border-color: #8050EC;
}
.TagClassName
{
border-color: #8050EC;
}
</style>