Shades of Medium Slate Blue #7F62EC
Tints of Medium Slate Blue #7F62EC
RGB
CMYK
RGB Variations
Color information
#7F62EC (or 0x7F62EC) is known color: Medium Slate Blue. HEX triplet: 7F, 62 and EC. RGB value is (127,98,236). Sum of RGB (Red+Green+Blue) = 127+98+236=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F62EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F62EC is #809D13. Grayscale: #797979. Windows color (decimal): -8428820 or 15491711. OLE color: 15491711.
HSL color Cylindrical-coordinate representation of color #7F62EC: hue angle of 252.61º 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 #7F62EC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 98 | 236 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.07 |
| HSL | 252.61º | 0.78% | 0.65% | - |
| HSV(B) | 252.61º | 0.58% | 0.93% | - |
| XYZ | 28.26 | 19.3 | 81.59 | - |
| YUV | 122.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 236 | 0.46 | 0.58 | 0 | 0.07 | 252.61 | 0.78 | 0.65 |
| Hex | 7F | 62 | EC | 2E | 3A | 0 | 7 | FD | 4E | 41 |
| Octal | 177 | 142 | 354 | 56 | 72 | 0 | 7 | 375 | 116 | 101 |
| Binary | 1111111 | 1100010 | 11101100 | 101110 | 111010 | 0 | 111 | 11111101 | 1001110 | 1000001 |
Color Harmonies of #7F62EC
Complementary color
Monochromatic Colors of #7F62EC
Black with #7F62EC
Text Example
Text Example
White with #7F62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F62EC; }
p { color: rgb(127,98,236); }
H1.HeaderClassName
{
color: #7F62EC;
}
.AnyTagClassName
{
color: #7F62EC;
}
</style>
background-color css
<style>
a { background-color: #7F62EC; }
a { background-color: rgb(127,98,236); }
div.DivClassName
{
background-color: #7F62EC;
}
.BgClassName
{
background-color: #7F62EC;
}
</style>
border-color css
<style>
span { border-color: #7F62EC; }
span { border-color: rgb(127,98,236); }
td.TdClassName
{
border-color: #7F62EC;
}
.TagClassName
{
border-color: #7F62EC;
}
</style>