Shades of Medium Slate Blue #7A52EE
Tints of Medium Slate Blue #7A52EE
RGB
CMYK
RGB Variations
Color information
#7A52EE (or 0x7A52EE) is known color: Medium Slate Blue. HEX triplet: 7A, 52 and EE. RGB value is (122,82,238). Sum of RGB (Red+Green+Blue) = 122+82+238=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A52EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A52EE is #85AD11. Grayscale: #6F6F6F. Windows color (decimal): -8760594 or 15618682. OLE color: 15618682.
HSL color Cylindrical-coordinate representation of color #7A52EE: hue angle of 255.38º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A52EE is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 82 | 238 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.07 |
| HSL | 255.38º | 0.82% | 0.63% | - |
| HSV(B) | 255.38º | 0.66% | 0.93% | - |
| XYZ | 26.48 | 16.35 | 82.65 | - |
| YUV | 111.74 | 199.25 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 238 | 0.49 | 0.66 | 0 | 0.07 | 255.38 | 0.82 | 0.63 |
| Hex | 7A | 52 | EE | 31 | 42 | 0 | 7 | FF | 52 | 3F |
| Octal | 172 | 122 | 356 | 61 | 102 | 0 | 7 | 377 | 122 | 77 |
| Binary | 1111010 | 1010010 | 11101110 | 110001 | 1000010 | 0 | 111 | 11111111 | 1010010 | 111111 |
Color Harmonies of #7A52EE
Complementary color
Monochromatic Colors of #7A52EE
Black with #7A52EE
Text Example
Text Example
White with #7A52EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A52EE; }
p { color: rgb(122,82,238); }
H1.HeaderClassName
{
color: #7A52EE;
}
.AnyTagClassName
{
color: #7A52EE;
}
</style>
background-color css
<style>
a { background-color: #7A52EE; }
a { background-color: rgb(122,82,238); }
div.DivClassName
{
background-color: #7A52EE;
}
.BgClassName
{
background-color: #7A52EE;
}
</style>
border-color css
<style>
span { border-color: #7A52EE; }
span { border-color: rgb(122,82,238); }
td.TdClassName
{
border-color: #7A52EE;
}
.TagClassName
{
border-color: #7A52EE;
}
</style>