Shades of Slate Blue #7A4FDA
Tints of Slate Blue #7A4FDA
RGB
CMYK
RGB Variations
Color information
#7A4FDA (or 0x7A4FDA) is known color: Slate Blue. HEX triplet: 7A, 4F and DA. RGB value is (122,79,218). Sum of RGB (Red+Green+Blue) = 122+79+218=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A4FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4FDA is #85B025. Grayscale: #6B6B6B. Windows color (decimal): -8761382 or 14307194. OLE color: 14307194.
HSL color Cylindrical-coordinate representation of color #7A4FDA: hue angle of 258.56º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A4FDA is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 79 | 218 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.15 |
| HSL | 258.56º | 0.65% | 0.58% | - |
| HSV(B) | 258.56º | 0.64% | 0.85% | - |
| XYZ | 23.48 | 14.79 | 67.95 | - |
| YUV | 107.7 | 190.25 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 218 | 0.44 | 0.64 | 0 | 0.15 | 258.56 | 0.65 | 0.58 |
| Hex | 7A | 4F | DA | 2C | 40 | 0 | F | 103 | 41 | 3A |
| Octal | 172 | 117 | 332 | 54 | 100 | 0 | 17 | 403 | 101 | 72 |
| Binary | 1111010 | 1001111 | 11011010 | 101100 | 1000000 | 0 | 1111 | 100000011 | 1000001 | 111010 |
Color Harmonies of #7A4FDA
Complementary color
Monochromatic Colors of #7A4FDA
Black with #7A4FDA
Text Example
Text Example
White with #7A4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4FDA; }
p { color: rgb(122,79,218); }
H1.HeaderClassName
{
color: #7A4FDA;
}
.AnyTagClassName
{
color: #7A4FDA;
}
</style>
background-color css
<style>
a { background-color: #7A4FDA; }
a { background-color: rgb(122,79,218); }
div.DivClassName
{
background-color: #7A4FDA;
}
.BgClassName
{
background-color: #7A4FDA;
}
</style>
border-color css
<style>
span { border-color: #7A4FDA; }
span { border-color: rgb(122,79,218); }
td.TdClassName
{
border-color: #7A4FDA;
}
.TagClassName
{
border-color: #7A4FDA;
}
</style>