Shades of Medium Slate Blue #7A56E0
Tints of Medium Slate Blue #7A56E0
RGB
CMYK
RGB Variations
Color information
#7A56E0 (or 0x7A56E0) is known color: Medium Slate Blue. HEX triplet: 7A, 56 and E0. RGB value is (122,86,224). Sum of RGB (Red+Green+Blue) = 122+86+224=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A56E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A56E0 is #85A91F. Grayscale: #6F6F6F. Windows color (decimal): -8759584 or 14702202. OLE color: 14702202.
HSL color Cylindrical-coordinate representation of color #7A56E0: hue angle of 255.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A56E0 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 86 | 224 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.12 |
| HSL | 255.65º | 0.69% | 0.61% | - |
| HSV(B) | 255.65º | 0.62% | 0.88% | - |
| XYZ | 24.81 | 16.17 | 72.34 | - |
| YUV | 112.5 | 190.93 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 224 | 0.46 | 0.62 | 0 | 0.12 | 255.65 | 0.69 | 0.61 |
| Hex | 7A | 56 | E0 | 2E | 3E | 0 | C | 100 | 45 | 3D |
| Octal | 172 | 126 | 340 | 56 | 76 | 0 | 14 | 400 | 105 | 75 |
| Binary | 1111010 | 1010110 | 11100000 | 101110 | 111110 | 0 | 1100 | 100000000 | 1000101 | 111101 |
Color Harmonies of #7A56E0
Complementary color
Monochromatic Colors of #7A56E0
Black with #7A56E0
Text Example
Text Example
White with #7A56E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A56E0; }
p { color: rgb(122,86,224); }
H1.HeaderClassName
{
color: #7A56E0;
}
.AnyTagClassName
{
color: #7A56E0;
}
</style>
background-color css
<style>
a { background-color: #7A56E0; }
a { background-color: rgb(122,86,224); }
div.DivClassName
{
background-color: #7A56E0;
}
.BgClassName
{
background-color: #7A56E0;
}
</style>
border-color css
<style>
span { border-color: #7A56E0; }
span { border-color: rgb(122,86,224); }
td.TdClassName
{
border-color: #7A56E0;
}
.TagClassName
{
border-color: #7A56E0;
}
</style>