Shades of Slate Blue #7A4EDD
Tints of Slate Blue #7A4EDD
RGB
CMYK
RGB Variations
Color information
#7A4EDD (or 0x7A4EDD) is known color: Slate Blue. HEX triplet: 7A, 4E and DD. RGB value is (122,78,221). Sum of RGB (Red+Green+Blue) = 122+78+221=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A4EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4EDD is #85B122. Grayscale: #6A6A6A. Windows color (decimal): -8761635 or 14503546. OLE color: 14503546.
HSL color Cylindrical-coordinate representation of color #7A4EDD: hue angle of 258.46º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A4EDD is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 78 | 221 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.13 |
| HSL | 258.46º | 0.68% | 0.59% | - |
| HSV(B) | 258.46º | 0.65% | 0.87% | - |
| XYZ | 23.8 | 14.81 | 70.01 | - |
| YUV | 107.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 78 | 221 | 0.45 | 0.65 | 0 | 0.13 | 258.46 | 0.68 | 0.59 |
| Hex | 7A | 4E | DD | 2D | 41 | 0 | D | 102 | 44 | 3B |
| Octal | 172 | 116 | 335 | 55 | 101 | 0 | 15 | 402 | 104 | 73 |
| Binary | 1111010 | 1001110 | 11011101 | 101101 | 1000001 | 0 | 1101 | 100000010 | 1000100 | 111011 |
Color Harmonies of #7A4EDD
Complementary color
Monochromatic Colors of #7A4EDD
Black with #7A4EDD
Text Example
Text Example
White with #7A4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4EDD; }
p { color: rgb(122,78,221); }
H1.HeaderClassName
{
color: #7A4EDD;
}
.AnyTagClassName
{
color: #7A4EDD;
}
</style>
background-color css
<style>
a { background-color: #7A4EDD; }
a { background-color: rgb(122,78,221); }
div.DivClassName
{
background-color: #7A4EDD;
}
.BgClassName
{
background-color: #7A4EDD;
}
</style>
border-color css
<style>
span { border-color: #7A4EDD; }
span { border-color: rgb(122,78,221); }
td.TdClassName
{
border-color: #7A4EDD;
}
.TagClassName
{
border-color: #7A4EDD;
}
</style>