Shades of Slate Blue #7A4EDC
Tints of Slate Blue #7A4EDC
RGB
CMYK
RGB Variations
Color information
#7A4EDC (or 0x7A4EDC) is known color: Slate Blue. HEX triplet: 7A, 4E and DC. RGB value is (122,78,220). Sum of RGB (Red+Green+Blue) = 122+78+220=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A4EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4EDC is #85B123. Grayscale: #6A6A6A. Windows color (decimal): -8761636 or 14438010. OLE color: 14438010.
HSL color Cylindrical-coordinate representation of color #7A4EDC: hue angle of 258.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A4EDC is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 78 | 220 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.14 |
| HSL | 258.59º | 0.67% | 0.58% | - |
| HSV(B) | 258.59º | 0.65% | 0.86% | - |
| XYZ | 23.67 | 14.75 | 69.31 | - |
| YUV | 107.34 | 191.58 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 78 | 220 | 0.45 | 0.65 | 0 | 0.14 | 258.59 | 0.67 | 0.58 |
| Hex | 7A | 4E | DC | 2D | 41 | 0 | E | 103 | 43 | 3A |
| Octal | 172 | 116 | 334 | 55 | 101 | 0 | 16 | 403 | 103 | 72 |
| Binary | 1111010 | 1001110 | 11011100 | 101101 | 1000001 | 0 | 1110 | 100000011 | 1000011 | 111010 |
Color Harmonies of #7A4EDC
Complementary color
Monochromatic Colors of #7A4EDC
Black with #7A4EDC
Text Example
Text Example
White with #7A4EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4EDC; }
p { color: rgb(122,78,220); }
H1.HeaderClassName
{
color: #7A4EDC;
}
.AnyTagClassName
{
color: #7A4EDC;
}
</style>
background-color css
<style>
a { background-color: #7A4EDC; }
a { background-color: rgb(122,78,220); }
div.DivClassName
{
background-color: #7A4EDC;
}
.BgClassName
{
background-color: #7A4EDC;
}
</style>
border-color css
<style>
span { border-color: #7A4EDC; }
span { border-color: rgb(122,78,220); }
td.TdClassName
{
border-color: #7A4EDC;
}
.TagClassName
{
border-color: #7A4EDC;
}
</style>