Shades of Medium Slate Blue #8063EC
Tints of Medium Slate Blue #8063EC
RGB
CMYK
RGB Variations
Color information
#8063EC (or 0x8063EC) is known color: Medium Slate Blue. HEX triplet: 80, 63 and EC. RGB value is (128,99,236). Sum of RGB (Red+Green+Blue) = 128+99+236=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #8063EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8063EC is #7F9C13. Grayscale: #7A7A7A. Windows color (decimal): -8363028 or 15491968. OLE color: 15491968.
HSL color Cylindrical-coordinate representation of color #8063EC: hue angle of 252.7º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8063EC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 99 | 236 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.07 |
| HSL | 252.7º | 0.78% | 0.66% | - |
| HSV(B) | 252.7º | 0.58% | 0.93% | - |
| XYZ | 28.5 | 19.57 | 81.63 | - |
| YUV | 123.29 | 191.61 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 236 | 0.46 | 0.58 | 0 | 0.07 | 252.7 | 0.78 | 0.66 |
| Hex | 80 | 63 | EC | 2E | 3A | 0 | 7 | FD | 4E | 42 |
| Octal | 200 | 143 | 354 | 56 | 72 | 0 | 7 | 375 | 116 | 102 |
| Binary | 10000000 | 1100011 | 11101100 | 101110 | 111010 | 0 | 111 | 11111101 | 1001110 | 1000010 |
Color Harmonies of #8063EC
Complementary color
Monochromatic Colors of #8063EC
Black with #8063EC
Text Example
Text Example
White with #8063EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063EC; }
p { color: rgb(128,99,236); }
H1.HeaderClassName
{
color: #8063EC;
}
.AnyTagClassName
{
color: #8063EC;
}
</style>
background-color css
<style>
a { background-color: #8063EC; }
a { background-color: rgb(128,99,236); }
div.DivClassName
{
background-color: #8063EC;
}
.BgClassName
{
background-color: #8063EC;
}
</style>
border-color css
<style>
span { border-color: #8063EC; }
span { border-color: rgb(128,99,236); }
td.TdClassName
{
border-color: #8063EC;
}
.TagClassName
{
border-color: #8063EC;
}
</style>