Shades of Slate Blue #7A56CD
Tints of Slate Blue #7A56CD
RGB
CMYK
RGB Variations
Color information
#7A56CD (or 0x7A56CD) is known color: Slate Blue. HEX triplet: 7A, 56 and CD. RGB value is (122,86,205). Sum of RGB (Red+Green+Blue) = 122+86+205=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A56CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A56CD is #85A932. Grayscale: #6D6D6D. Windows color (decimal): -8759603 or 13457018. OLE color: 13457018.
HSL color Cylindrical-coordinate representation of color #7A56CD: hue angle of 258.15º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A56CD is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 86 | 205 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.20 |
| HSL | 258.15º | 0.54% | 0.57% | - |
| HSV(B) | 258.15º | 0.58% | 0.8% | - |
| XYZ | 22.37 | 15.2 | 59.51 | - |
| YUV | 110.33 | 181.43 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 205 | 0.40 | 0.58 | 0 | 0.20 | 258.15 | 0.54 | 0.57 |
| Hex | 7A | 56 | CD | 28 | 3A | 0 | 14 | 102 | 36 | 39 |
| Octal | 172 | 126 | 315 | 50 | 72 | 0 | 24 | 402 | 66 | 71 |
| Binary | 1111010 | 1010110 | 11001101 | 101000 | 111010 | 0 | 10100 | 100000010 | 110110 | 111001 |
Color Harmonies of #7A56CD
Complementary color
Monochromatic Colors of #7A56CD
Black with #7A56CD
Text Example
Text Example
White with #7A56CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A56CD; }
p { color: rgb(122,86,205); }
H1.HeaderClassName
{
color: #7A56CD;
}
.AnyTagClassName
{
color: #7A56CD;
}
</style>
background-color css
<style>
a { background-color: #7A56CD; }
a { background-color: rgb(122,86,205); }
div.DivClassName
{
background-color: #7A56CD;
}
.BgClassName
{
background-color: #7A56CD;
}
</style>
border-color css
<style>
span { border-color: #7A56CD; }
span { border-color: rgb(122,86,205); }
td.TdClassName
{
border-color: #7A56CD;
}
.TagClassName
{
border-color: #7A56CD;
}
</style>