Shades of Slate Blue #7A4FDD
Tints of Slate Blue #7A4FDD
RGB
CMYK
RGB Variations
Color information
#7A4FDD (or 0x7A4FDD) is known color: Slate Blue. HEX triplet: 7A, 4F and DD. RGB value is (122,79,221). Sum of RGB (Red+Green+Blue) = 122+79+221=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A4FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4FDD is #85B022. Grayscale: #6B6B6B. Windows color (decimal): -8761379 or 14503802. OLE color: 14503802.
HSL color Cylindrical-coordinate representation of color #7A4FDD: hue angle of 258.17º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A4FDD is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 79 | 221 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.13 |
| HSL | 258.17º | 0.68% | 0.59% | - |
| HSV(B) | 258.17º | 0.64% | 0.87% | - |
| XYZ | 23.87 | 14.95 | 70.03 | - |
| YUV | 108.05 | 191.75 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 221 | 0.45 | 0.64 | 0 | 0.13 | 258.17 | 0.68 | 0.59 |
| Hex | 7A | 4F | DD | 2D | 40 | 0 | D | 102 | 44 | 3B |
| Octal | 172 | 117 | 335 | 55 | 100 | 0 | 15 | 402 | 104 | 73 |
| Binary | 1111010 | 1001111 | 11011101 | 101101 | 1000000 | 0 | 1101 | 100000010 | 1000100 | 111011 |
Color Harmonies of #7A4FDD
Complementary color
Monochromatic Colors of #7A4FDD
Black with #7A4FDD
Text Example
Text Example
White with #7A4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4FDD; }
p { color: rgb(122,79,221); }
H1.HeaderClassName
{
color: #7A4FDD;
}
.AnyTagClassName
{
color: #7A4FDD;
}
</style>
background-color css
<style>
a { background-color: #7A4FDD; }
a { background-color: rgb(122,79,221); }
div.DivClassName
{
background-color: #7A4FDD;
}
.BgClassName
{
background-color: #7A4FDD;
}
</style>
border-color css
<style>
span { border-color: #7A4FDD; }
span { border-color: rgb(122,79,221); }
td.TdClassName
{
border-color: #7A4FDD;
}
.TagClassName
{
border-color: #7A4FDD;
}
</style>