Shades of Slate Blue #7A5ECD
Tints of Slate Blue #7A5ECD
RGB
CMYK
RGB Variations
Color information
#7A5ECD (or 0x7A5ECD) is known color: Slate Blue. HEX triplet: 7A, 5E and CD. RGB value is (122,94,205). Sum of RGB (Red+Green+Blue) = 122+94+205=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5ECD is #85A132. Grayscale: #727272. Windows color (decimal): -8757555 or 13459066. OLE color: 13459066.
HSL color Cylindrical-coordinate representation of color #7A5ECD: hue angle of 255.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A5ECD is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 94 | 205 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.20 |
| HSL | 255.14º | 0.53% | 0.59% | - |
| HSV(B) | 255.14º | 0.54% | 0.8% | - |
| XYZ | 23.05 | 16.55 | 59.74 | - |
| YUV | 115.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 205 | 0.40 | 0.54 | 0 | 0.20 | 255.14 | 0.53 | 0.59 |
| Hex | 7A | 5E | CD | 28 | 36 | 0 | 14 | FF | 35 | 3B |
| Octal | 172 | 136 | 315 | 50 | 66 | 0 | 24 | 377 | 65 | 73 |
| Binary | 1111010 | 1011110 | 11001101 | 101000 | 110110 | 0 | 10100 | 11111111 | 110101 | 111011 |
Color Harmonies of #7A5ECD
Complementary color
Monochromatic Colors of #7A5ECD
Black with #7A5ECD
Text Example
Text Example
White with #7A5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5ECD; }
p { color: rgb(122,94,205); }
H1.HeaderClassName
{
color: #7A5ECD;
}
.AnyTagClassName
{
color: #7A5ECD;
}
</style>
background-color css
<style>
a { background-color: #7A5ECD; }
a { background-color: rgb(122,94,205); }
div.DivClassName
{
background-color: #7A5ECD;
}
.BgClassName
{
background-color: #7A5ECD;
}
</style>
border-color css
<style>
span { border-color: #7A5ECD; }
span { border-color: rgb(122,94,205); }
td.TdClassName
{
border-color: #7A5ECD;
}
.TagClassName
{
border-color: #7A5ECD;
}
</style>