Shades of Medium Slate Blue #7A52EC
Tints of Medium Slate Blue #7A52EC
RGB
CMYK
RGB Variations
Color information
#7A52EC (or 0x7A52EC) is known color: Medium Slate Blue. HEX triplet: 7A, 52 and EC. RGB value is (122,82,236). Sum of RGB (Red+Green+Blue) = 122+82+236=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A52EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A52EC is #85AD13. Grayscale: #6E6E6E. Windows color (decimal): -8760596 or 15487610. OLE color: 15487610.
HSL color Cylindrical-coordinate representation of color #7A52EC: hue angle of 255.58º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A52EC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 82 | 236 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.07 |
| HSL | 255.58º | 0.8% | 0.62% | - |
| HSV(B) | 255.58º | 0.65% | 0.93% | - |
| XYZ | 26.18 | 16.23 | 81.11 | - |
| YUV | 111.52 | 198.25 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 236 | 0.48 | 0.65 | 0 | 0.07 | 255.58 | 0.8 | 0.62 |
| Hex | 7A | 52 | EC | 30 | 41 | 0 | 7 | 100 | 50 | 3E |
| Octal | 172 | 122 | 354 | 60 | 101 | 0 | 7 | 400 | 120 | 76 |
| Binary | 1111010 | 1010010 | 11101100 | 110000 | 1000001 | 0 | 111 | 100000000 | 1010000 | 111110 |
Color Harmonies of #7A52EC
Complementary color
Monochromatic Colors of #7A52EC
Black with #7A52EC
Text Example
Text Example
White with #7A52EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A52EC; }
p { color: rgb(122,82,236); }
H1.HeaderClassName
{
color: #7A52EC;
}
.AnyTagClassName
{
color: #7A52EC;
}
</style>
background-color css
<style>
a { background-color: #7A52EC; }
a { background-color: rgb(122,82,236); }
div.DivClassName
{
background-color: #7A52EC;
}
.BgClassName
{
background-color: #7A52EC;
}
</style>
border-color css
<style>
span { border-color: #7A52EC; }
span { border-color: rgb(122,82,236); }
td.TdClassName
{
border-color: #7A52EC;
}
.TagClassName
{
border-color: #7A52EC;
}
</style>