Shades of Medium Slate Blue #7A56EA
Tints of Medium Slate Blue #7A56EA
RGB
CMYK
RGB Variations
Color information
#7A56EA (or 0x7A56EA) is known color: Medium Slate Blue. HEX triplet: 7A, 56 and EA. RGB value is (122,86,234). Sum of RGB (Red+Green+Blue) = 122+86+234=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A56EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A56EA is #85A915. Grayscale: #717171. Windows color (decimal): -8759574 or 15357562. OLE color: 15357562.
HSL color Cylindrical-coordinate representation of color #7A56EA: hue angle of 254.59º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A56EA is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 86 | 234 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.08 |
| HSL | 254.59º | 0.78% | 0.63% | - |
| HSV(B) | 254.59º | 0.63% | 0.92% | - |
| XYZ | 26.21 | 16.73 | 79.69 | - |
| YUV | 113.64 | 195.93 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 234 | 0.48 | 0.63 | 0 | 0.08 | 254.59 | 0.78 | 0.63 |
| Hex | 7A | 56 | EA | 30 | 3F | 0 | 8 | FF | 4E | 3F |
| Octal | 172 | 126 | 352 | 60 | 77 | 0 | 10 | 377 | 116 | 77 |
| Binary | 1111010 | 1010110 | 11101010 | 110000 | 111111 | 0 | 1000 | 11111111 | 1001110 | 111111 |
Color Harmonies of #7A56EA
Complementary color
Monochromatic Colors of #7A56EA
Black with #7A56EA
Text Example
Text Example
White with #7A56EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A56EA; }
p { color: rgb(122,86,234); }
H1.HeaderClassName
{
color: #7A56EA;
}
.AnyTagClassName
{
color: #7A56EA;
}
</style>
background-color css
<style>
a { background-color: #7A56EA; }
a { background-color: rgb(122,86,234); }
div.DivClassName
{
background-color: #7A56EA;
}
.BgClassName
{
background-color: #7A56EA;
}
</style>
border-color css
<style>
span { border-color: #7A56EA; }
span { border-color: rgb(122,86,234); }
td.TdClassName
{
border-color: #7A56EA;
}
.TagClassName
{
border-color: #7A56EA;
}
</style>