Shades of Medium Slate Blue #8062EC
Tints of Medium Slate Blue #8062EC
RGB
CMYK
RGB Variations
Color information
#8062EC (or 0x8062EC) is known color: Medium Slate Blue. HEX triplet: 80, 62 and EC. RGB value is (128,98,236). Sum of RGB (Red+Green+Blue) = 128+98+236=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #8062EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8062EC is #7F9D13. Grayscale: #7A7A7A. Windows color (decimal): -8363284 or 15491712. OLE color: 15491712.
HSL color Cylindrical-coordinate representation of color #8062EC: hue angle of 253.04º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8062EC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 98 | 236 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.07 |
| HSL | 253.04º | 0.78% | 0.65% | - |
| HSV(B) | 253.04º | 0.58% | 0.93% | - |
| XYZ | 28.41 | 19.38 | 81.6 | - |
| YUV | 122.7 | 191.94 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 236 | 0.46 | 0.58 | 0 | 0.07 | 253.04 | 0.78 | 0.65 |
| Hex | 80 | 62 | EC | 2E | 3A | 0 | 7 | FD | 4E | 41 |
| Octal | 200 | 142 | 354 | 56 | 72 | 0 | 7 | 375 | 116 | 101 |
| Binary | 10000000 | 1100010 | 11101100 | 101110 | 111010 | 0 | 111 | 11111101 | 1001110 | 1000001 |
Color Harmonies of #8062EC
Complementary color
Monochromatic Colors of #8062EC
Black with #8062EC
Text Example
Text Example
White with #8062EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8062EC; }
p { color: rgb(128,98,236); }
H1.HeaderClassName
{
color: #8062EC;
}
.AnyTagClassName
{
color: #8062EC;
}
</style>
background-color css
<style>
a { background-color: #8062EC; }
a { background-color: rgb(128,98,236); }
div.DivClassName
{
background-color: #8062EC;
}
.BgClassName
{
background-color: #8062EC;
}
</style>
border-color css
<style>
span { border-color: #8062EC; }
span { border-color: rgb(128,98,236); }
td.TdClassName
{
border-color: #8062EC;
}
.TagClassName
{
border-color: #8062EC;
}
</style>