Shades of Medium Slate Blue #7E64EC
Tints of Medium Slate Blue #7E64EC
RGB
CMYK
RGB Variations
Color information
#7E64EC (or 0x7E64EC) is known color: Medium Slate Blue. HEX triplet: 7E, 64 and EC. RGB value is (126,100,236). Sum of RGB (Red+Green+Blue) = 126+100+236=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 100 (39.45% from 255 or 21.65% 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 #7E64EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E64EC is #819B13. Grayscale: #7A7A7A. Windows color (decimal): -8493844 or 15492222. OLE color: 15492222.
HSL color Cylindrical-coordinate representation of color #7E64EC: hue angle of 251.47º 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 #7E64EC is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 100 | 236 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.07 |
| HSL | 251.47º | 0.78% | 0.66% | - |
| HSV(B) | 251.47º | 0.58% | 0.93% | - |
| XYZ | 28.3 | 19.61 | 81.65 | - |
| YUV | 123.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 236 | 0.47 | 0.58 | 0 | 0.07 | 251.47 | 0.78 | 0.66 |
| Hex | 7E | 64 | EC | 2F | 3A | 0 | 7 | FB | 4E | 42 |
| Octal | 176 | 144 | 354 | 57 | 72 | 0 | 7 | 373 | 116 | 102 |
| Binary | 1111110 | 1100100 | 11101100 | 101111 | 111010 | 0 | 111 | 11111011 | 1001110 | 1000010 |
Color Harmonies of #7E64EC
Complementary color
Monochromatic Colors of #7E64EC
Black with #7E64EC
Text Example
Text Example
White with #7E64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E64EC; }
p { color: rgb(126,100,236); }
H1.HeaderClassName
{
color: #7E64EC;
}
.AnyTagClassName
{
color: #7E64EC;
}
</style>
background-color css
<style>
a { background-color: #7E64EC; }
a { background-color: rgb(126,100,236); }
div.DivClassName
{
background-color: #7E64EC;
}
.BgClassName
{
background-color: #7E64EC;
}
</style>
border-color css
<style>
span { border-color: #7E64EC; }
span { border-color: rgb(126,100,236); }
td.TdClassName
{
border-color: #7E64EC;
}
.TagClassName
{
border-color: #7E64EC;
}
</style>