Shades of Slate Blue #7A56DC
Tints of Slate Blue #7A56DC
RGB
CMYK
RGB Variations
Color information
#7A56DC (or 0x7A56DC) is known color: Slate Blue. HEX triplet: 7A, 56 and DC. RGB value is (122,86,220). Sum of RGB (Red+Green+Blue) = 122+86+220=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A56DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A56DC is #85A923. Grayscale: #6F6F6F. Windows color (decimal): -8759588 or 14440058. OLE color: 14440058.
HSL color Cylindrical-coordinate representation of color #7A56DC: hue angle of 256.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A56DC is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 86 | 220 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.14 |
| HSL | 256.12º | 0.66% | 0.6% | - |
| HSV(B) | 256.12º | 0.61% | 0.86% | - |
| XYZ | 24.27 | 15.96 | 69.51 | - |
| YUV | 112.04 | 188.93 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 220 | 0.45 | 0.61 | 0 | 0.14 | 256.12 | 0.66 | 0.6 |
| Hex | 7A | 56 | DC | 2D | 3D | 0 | E | 100 | 42 | 3C |
| Octal | 172 | 126 | 334 | 55 | 75 | 0 | 16 | 400 | 102 | 74 |
| Binary | 1111010 | 1010110 | 11011100 | 101101 | 111101 | 0 | 1110 | 100000000 | 1000010 | 111100 |
Color Harmonies of #7A56DC
Complementary color
Monochromatic Colors of #7A56DC
Black with #7A56DC
Text Example
Text Example
White with #7A56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A56DC; }
p { color: rgb(122,86,220); }
H1.HeaderClassName
{
color: #7A56DC;
}
.AnyTagClassName
{
color: #7A56DC;
}
</style>
background-color css
<style>
a { background-color: #7A56DC; }
a { background-color: rgb(122,86,220); }
div.DivClassName
{
background-color: #7A56DC;
}
.BgClassName
{
background-color: #7A56DC;
}
</style>
border-color css
<style>
span { border-color: #7A56DC; }
span { border-color: rgb(122,86,220); }
td.TdClassName
{
border-color: #7A56DC;
}
.TagClassName
{
border-color: #7A56DC;
}
</style>