Shades of Slate Blue #7A56C8
Tints of Slate Blue #7A56C8
RGB
CMYK
RGB Variations
Color information
#7A56C8 (or 0x7A56C8) is known color: Slate Blue. HEX triplet: 7A, 56 and C8. RGB value is (122,86,200). Sum of RGB (Red+Green+Blue) = 122+86+200=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #7A56C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A56C8 is #85A937. Grayscale: #6D6D6D. Windows color (decimal): -8759608 or 13129338. OLE color: 13129338.
HSL color Cylindrical-coordinate representation of color #7A56C8: hue angle of 258.95º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A56C8 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 86 | 200 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.22 |
| HSL | 258.95º | 0.51% | 0.56% | - |
| HSV(B) | 258.95º | 0.57% | 0.78% | - |
| XYZ | 21.78 | 14.96 | 56.38 | - |
| YUV | 109.76 | 178.93 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 200 | 0.39 | 0.57 | 0 | 0.22 | 258.95 | 0.51 | 0.56 |
| Hex | 7A | 56 | C8 | 27 | 39 | 0 | 16 | 103 | 33 | 38 |
| Octal | 172 | 126 | 310 | 47 | 71 | 0 | 26 | 403 | 63 | 70 |
| Binary | 1111010 | 1010110 | 11001000 | 100111 | 111001 | 0 | 10110 | 100000011 | 110011 | 111000 |
Color Harmonies of #7A56C8
Complementary color
Monochromatic Colors of #7A56C8
Black with #7A56C8
Text Example
Text Example
White with #7A56C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A56C8; }
p { color: rgb(122,86,200); }
H1.HeaderClassName
{
color: #7A56C8;
}
.AnyTagClassName
{
color: #7A56C8;
}
</style>
background-color css
<style>
a { background-color: #7A56C8; }
a { background-color: rgb(122,86,200); }
div.DivClassName
{
background-color: #7A56C8;
}
.BgClassName
{
background-color: #7A56C8;
}
</style>
border-color css
<style>
span { border-color: #7A56C8; }
span { border-color: rgb(122,86,200); }
td.TdClassName
{
border-color: #7A56C8;
}
.TagClassName
{
border-color: #7A56C8;
}
</style>