Shades of Medium Slate Blue #7A72EC
Tints of Medium Slate Blue #7A72EC
RGB
CMYK
RGB Variations
Color information
#7A72EC (or 0x7A72EC) is known color: Medium Slate Blue. HEX triplet: 7A, 72 and EC. RGB value is (122,114,236). Sum of RGB (Red+Green+Blue) = 122+114+236=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A72EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A72EC is #858D13. Grayscale: #818181. Windows color (decimal): -8752404 or 15495802. OLE color: 15495802.
HSL color Cylindrical-coordinate representation of color #7A72EC: hue angle of 243.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A72EC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 114 | 236 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.07 |
| HSL | 243.93º | 0.76% | 0.69% | - |
| HSV(B) | 243.93º | 0.52% | 0.93% | - |
| XYZ | 29.18 | 22.23 | 82.11 | - |
| YUV | 130.3 | 187.65 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 236 | 0.48 | 0.52 | 0 | 0.07 | 243.93 | 0.76 | 0.69 |
| Hex | 7A | 72 | EC | 30 | 34 | 0 | 7 | F4 | 4C | 45 |
| Octal | 172 | 162 | 354 | 60 | 64 | 0 | 7 | 364 | 114 | 105 |
| Binary | 1111010 | 1110010 | 11101100 | 110000 | 110100 | 0 | 111 | 11110100 | 1001100 | 1000101 |
Color Harmonies of #7A72EC
Complementary color
Monochromatic Colors of #7A72EC
Black with #7A72EC
Text Example
Text Example
White with #7A72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A72EC; }
p { color: rgb(122,114,236); }
H1.HeaderClassName
{
color: #7A72EC;
}
.AnyTagClassName
{
color: #7A72EC;
}
</style>
background-color css
<style>
a { background-color: #7A72EC; }
a { background-color: rgb(122,114,236); }
div.DivClassName
{
background-color: #7A72EC;
}
.BgClassName
{
background-color: #7A72EC;
}
</style>
border-color css
<style>
span { border-color: #7A72EC; }
span { border-color: rgb(122,114,236); }
td.TdClassName
{
border-color: #7A72EC;
}
.TagClassName
{
border-color: #7A72EC;
}
</style>