Shades of Slate Blue #7A4DDA
Tints of Slate Blue #7A4DDA
RGB
CMYK
RGB Variations
Color information
#7A4DDA (or 0x7A4DDA) is known color: Slate Blue. HEX triplet: 7A, 4D and DA. RGB value is (122,77,218). Sum of RGB (Red+Green+Blue) = 122+77+218=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A4DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4DDA is #85B225. Grayscale: #6A6A6A. Windows color (decimal): -8761894 or 14306682. OLE color: 14306682.
HSL color Cylindrical-coordinate representation of color #7A4DDA: hue angle of 259.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A4DDA is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 77 | 218 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.15 |
| HSL | 259.15º | 0.66% | 0.58% | - |
| HSV(B) | 259.15º | 0.65% | 0.85% | - |
| XYZ | 23.33 | 14.51 | 67.9 | - |
| YUV | 106.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 218 | 0.44 | 0.65 | 0 | 0.15 | 259.15 | 0.66 | 0.58 |
| Hex | 7A | 4D | DA | 2C | 41 | 0 | F | 103 | 42 | 3A |
| Octal | 172 | 115 | 332 | 54 | 101 | 0 | 17 | 403 | 102 | 72 |
| Binary | 1111010 | 1001101 | 11011010 | 101100 | 1000001 | 0 | 1111 | 100000011 | 1000010 | 111010 |
Color Harmonies of #7A4DDA
Complementary color
Monochromatic Colors of #7A4DDA
Black with #7A4DDA
Text Example
Text Example
White with #7A4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4DDA; }
p { color: rgb(122,77,218); }
H1.HeaderClassName
{
color: #7A4DDA;
}
.AnyTagClassName
{
color: #7A4DDA;
}
</style>
background-color css
<style>
a { background-color: #7A4DDA; }
a { background-color: rgb(122,77,218); }
div.DivClassName
{
background-color: #7A4DDA;
}
.BgClassName
{
background-color: #7A4DDA;
}
</style>
border-color css
<style>
span { border-color: #7A4DDA; }
span { border-color: rgb(122,77,218); }
td.TdClassName
{
border-color: #7A4DDA;
}
.TagClassName
{
border-color: #7A4DDA;
}
</style>