Shades of Slate Blue #7A4DC6
Tints of Slate Blue #7A4DC6
RGB
CMYK
RGB Variations
Color information
#7A4DC6 (or 0x7A4DC6) is known color: Slate Blue. HEX triplet: 7A, 4D and C6. RGB value is (122,77,198). Sum of RGB (Red+Green+Blue) = 122+77+198=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #7A4DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4DC6 is #85B239. Grayscale: #676767. Windows color (decimal): -8761914 or 12995962. OLE color: 12995962.
HSL color Cylindrical-coordinate representation of color #7A4DC6: hue angle of 262.31º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A4DC6 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 77 | 198 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.22 |
| HSL | 262.31º | 0.51% | 0.54% | - |
| HSV(B) | 262.31º | 0.61% | 0.78% | - |
| XYZ | 20.87 | 13.52 | 54.94 | - |
| YUV | 104.25 | 180.91 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 198 | 0.38 | 0.61 | 0 | 0.22 | 262.31 | 0.51 | 0.54 |
| Hex | 7A | 4D | C6 | 26 | 3D | 0 | 16 | 106 | 33 | 36 |
| Octal | 172 | 115 | 306 | 46 | 75 | 0 | 26 | 406 | 63 | 66 |
| Binary | 1111010 | 1001101 | 11000110 | 100110 | 111101 | 0 | 10110 | 100000110 | 110011 | 110110 |
Color Harmonies of #7A4DC6
Complementary color
Monochromatic Colors of #7A4DC6
Black with #7A4DC6
Text Example
Text Example
White with #7A4DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4DC6; }
p { color: rgb(122,77,198); }
H1.HeaderClassName
{
color: #7A4DC6;
}
.AnyTagClassName
{
color: #7A4DC6;
}
</style>
background-color css
<style>
a { background-color: #7A4DC6; }
a { background-color: rgb(122,77,198); }
div.DivClassName
{
background-color: #7A4DC6;
}
.BgClassName
{
background-color: #7A4DC6;
}
</style>
border-color css
<style>
span { border-color: #7A4DC6; }
span { border-color: rgb(122,77,198); }
td.TdClassName
{
border-color: #7A4DC6;
}
.TagClassName
{
border-color: #7A4DC6;
}
</style>