Shades of Medium Slate Blue #7A56DF
Tints of Medium Slate Blue #7A56DF
RGB
CMYK
RGB Variations
Color information
#7A56DF (or 0x7A56DF) is known color: Medium Slate Blue. HEX triplet: 7A, 56 and DF. RGB value is (122,86,223). Sum of RGB (Red+Green+Blue) = 122+86+223=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A56DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A56DF is #85A920. Grayscale: #6F6F6F. Windows color (decimal): -8759585 or 14636666. OLE color: 14636666.
HSL color Cylindrical-coordinate representation of color #7A56DF: hue angle of 255.77º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A56DF is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 86 | 223 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.13 |
| HSL | 255.77º | 0.68% | 0.61% | - |
| HSV(B) | 255.77º | 0.61% | 0.87% | - |
| XYZ | 24.67 | 16.12 | 71.62 | - |
| YUV | 112.38 | 190.43 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 223 | 0.45 | 0.61 | 0 | 0.13 | 255.77 | 0.68 | 0.61 |
| Hex | 7A | 56 | DF | 2D | 3D | 0 | D | 100 | 44 | 3D |
| Octal | 172 | 126 | 337 | 55 | 75 | 0 | 15 | 400 | 104 | 75 |
| Binary | 1111010 | 1010110 | 11011111 | 101101 | 111101 | 0 | 1101 | 100000000 | 1000100 | 111101 |
Color Harmonies of #7A56DF
Complementary color
Monochromatic Colors of #7A56DF
Black with #7A56DF
Text Example
Text Example
White with #7A56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A56DF; }
p { color: rgb(122,86,223); }
H1.HeaderClassName
{
color: #7A56DF;
}
.AnyTagClassName
{
color: #7A56DF;
}
</style>
background-color css
<style>
a { background-color: #7A56DF; }
a { background-color: rgb(122,86,223); }
div.DivClassName
{
background-color: #7A56DF;
}
.BgClassName
{
background-color: #7A56DF;
}
</style>
border-color css
<style>
span { border-color: #7A56DF; }
span { border-color: rgb(122,86,223); }
td.TdClassName
{
border-color: #7A56DF;
}
.TagClassName
{
border-color: #7A56DF;
}
</style>