Shades of Slate Blue #7A4DCD
Tints of Slate Blue #7A4DCD
RGB
CMYK
RGB Variations
Color information
#7A4DCD (or 0x7A4DCD) is known color: Slate Blue. HEX triplet: 7A, 4D and CD. RGB value is (122,77,205). Sum of RGB (Red+Green+Blue) = 122+77+205=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4DCD is #85B232. Grayscale: #686868. Windows color (decimal): -8761907 or 13454714. OLE color: 13454714.
HSL color Cylindrical-coordinate representation of color #7A4DCD: hue angle of 261.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A4DCD is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 77 | 205 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.20 |
| HSL | 261.09º | 0.56% | 0.55% | - |
| HSV(B) | 261.09º | 0.62% | 0.8% | - |
| XYZ | 21.7 | 13.85 | 59.29 | - |
| YUV | 105.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 205 | 0.40 | 0.62 | 0 | 0.20 | 261.09 | 0.56 | 0.55 |
| Hex | 7A | 4D | CD | 28 | 3E | 0 | 14 | 105 | 38 | 37 |
| Octal | 172 | 115 | 315 | 50 | 76 | 0 | 24 | 405 | 70 | 67 |
| Binary | 1111010 | 1001101 | 11001101 | 101000 | 111110 | 0 | 10100 | 100000101 | 111000 | 110111 |
Color Harmonies of #7A4DCD
Complementary color
Monochromatic Colors of #7A4DCD
Black with #7A4DCD
Text Example
Text Example
White with #7A4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4DCD; }
p { color: rgb(122,77,205); }
H1.HeaderClassName
{
color: #7A4DCD;
}
.AnyTagClassName
{
color: #7A4DCD;
}
</style>
background-color css
<style>
a { background-color: #7A4DCD; }
a { background-color: rgb(122,77,205); }
div.DivClassName
{
background-color: #7A4DCD;
}
.BgClassName
{
background-color: #7A4DCD;
}
</style>
border-color css
<style>
span { border-color: #7A4DCD; }
span { border-color: rgb(122,77,205); }
td.TdClassName
{
border-color: #7A4DCD;
}
.TagClassName
{
border-color: #7A4DCD;
}
</style>