Shades of Slate Blue #7A56DB
Tints of Slate Blue #7A56DB
RGB
CMYK
RGB Variations
Color information
#7A56DB (or 0x7A56DB) is known color: Slate Blue. HEX triplet: 7A, 56 and DB. RGB value is (122,86,219). Sum of RGB (Red+Green+Blue) = 122+86+219=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A56DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A56DB is #85A924. Grayscale: #6F6F6F. Windows color (decimal): -8759589 or 14374522. OLE color: 14374522.
HSL color Cylindrical-coordinate representation of color #7A56DB: hue angle of 256.24º degrees, saturation: 0.65, 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 #7A56DB is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 86 | 219 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.14 |
| HSL | 256.24º | 0.65% | 0.6% | - |
| HSV(B) | 256.24º | 0.61% | 0.86% | - |
| XYZ | 24.14 | 15.91 | 68.82 | - |
| YUV | 111.93 | 188.43 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 219 | 0.44 | 0.61 | 0 | 0.14 | 256.24 | 0.65 | 0.6 |
| Hex | 7A | 56 | DB | 2C | 3D | 0 | E | 100 | 41 | 3C |
| Octal | 172 | 126 | 333 | 54 | 75 | 0 | 16 | 400 | 101 | 74 |
| Binary | 1111010 | 1010110 | 11011011 | 101100 | 111101 | 0 | 1110 | 100000000 | 1000001 | 111100 |
Color Harmonies of #7A56DB
Complementary color
Monochromatic Colors of #7A56DB
Black with #7A56DB
Text Example
Text Example
White with #7A56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A56DB; }
p { color: rgb(122,86,219); }
H1.HeaderClassName
{
color: #7A56DB;
}
.AnyTagClassName
{
color: #7A56DB;
}
</style>
background-color css
<style>
a { background-color: #7A56DB; }
a { background-color: rgb(122,86,219); }
div.DivClassName
{
background-color: #7A56DB;
}
.BgClassName
{
background-color: #7A56DB;
}
</style>
border-color css
<style>
span { border-color: #7A56DB; }
span { border-color: rgb(122,86,219); }
td.TdClassName
{
border-color: #7A56DB;
}
.TagClassName
{
border-color: #7A56DB;
}
</style>