Shades of Slate Blue #7A56C4
Tints of Slate Blue #7A56C4
RGB
CMYK
RGB Variations
Color information
#7A56C4 (or 0x7A56C4) is known color: Slate Blue. HEX triplet: 7A, 56 and C4. RGB value is (122,86,196). Sum of RGB (Red+Green+Blue) = 122+86+196=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A56C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A56C4 is #85A93B. Grayscale: #6C6C6C. Windows color (decimal): -8759612 or 12867194. OLE color: 12867194.
HSL color Cylindrical-coordinate representation of color #7A56C4: hue angle of 259.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A56C4 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 86 | 196 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.23 |
| HSL | 259.64º | 0.48% | 0.55% | - |
| HSV(B) | 259.64º | 0.56% | 0.77% | - |
| XYZ | 21.32 | 14.78 | 53.95 | - |
| YUV | 109.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 196 | 0.38 | 0.56 | 0 | 0.23 | 259.64 | 0.48 | 0.55 |
| Hex | 7A | 56 | C4 | 26 | 38 | 0 | 17 | 104 | 30 | 37 |
| Octal | 172 | 126 | 304 | 46 | 70 | 0 | 27 | 404 | 60 | 67 |
| Binary | 1111010 | 1010110 | 11000100 | 100110 | 111000 | 0 | 10111 | 100000100 | 110000 | 110111 |
Color Harmonies of #7A56C4
Complementary color
Monochromatic Colors of #7A56C4
Black with #7A56C4
Text Example
Text Example
White with #7A56C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A56C4; }
p { color: rgb(122,86,196); }
H1.HeaderClassName
{
color: #7A56C4;
}
.AnyTagClassName
{
color: #7A56C4;
}
</style>
background-color css
<style>
a { background-color: #7A56C4; }
a { background-color: rgb(122,86,196); }
div.DivClassName
{
background-color: #7A56C4;
}
.BgClassName
{
background-color: #7A56C4;
}
</style>
border-color css
<style>
span { border-color: #7A56C4; }
span { border-color: rgb(122,86,196); }
td.TdClassName
{
border-color: #7A56C4;
}
.TagClassName
{
border-color: #7A56C4;
}
</style>