Shades of Slate Blue #7A4DC4
Tints of Slate Blue #7A4DC4
RGB
CMYK
RGB Variations
Color information
#7A4DC4 (or 0x7A4DC4) is known color: Slate Blue. HEX triplet: 7A, 4D and C4. RGB value is (122,77,196). Sum of RGB (Red+Green+Blue) = 122+77+196=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A4DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4DC4 is #85B23B. Grayscale: #676767. Windows color (decimal): -8761916 or 12864890. OLE color: 12864890.
HSL color Cylindrical-coordinate representation of color #7A4DC4: hue angle of 262.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A4DC4 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 77 | 196 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.23 |
| HSL | 262.69º | 0.5% | 0.54% | - |
| HSV(B) | 262.69º | 0.61% | 0.77% | - |
| XYZ | 20.64 | 13.43 | 53.73 | - |
| YUV | 104.02 | 179.91 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 196 | 0.38 | 0.61 | 0 | 0.23 | 262.69 | 0.5 | 0.54 |
| Hex | 7A | 4D | C4 | 26 | 3D | 0 | 17 | 107 | 32 | 36 |
| Octal | 172 | 115 | 304 | 46 | 75 | 0 | 27 | 407 | 62 | 66 |
| Binary | 1111010 | 1001101 | 11000100 | 100110 | 111101 | 0 | 10111 | 100000111 | 110010 | 110110 |
Color Harmonies of #7A4DC4
Complementary color
Monochromatic Colors of #7A4DC4
Black with #7A4DC4
Text Example
Text Example
White with #7A4DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4DC4; }
p { color: rgb(122,77,196); }
H1.HeaderClassName
{
color: #7A4DC4;
}
.AnyTagClassName
{
color: #7A4DC4;
}
</style>
background-color css
<style>
a { background-color: #7A4DC4; }
a { background-color: rgb(122,77,196); }
div.DivClassName
{
background-color: #7A4DC4;
}
.BgClassName
{
background-color: #7A4DC4;
}
</style>
border-color css
<style>
span { border-color: #7A4DC4; }
span { border-color: rgb(122,77,196); }
td.TdClassName
{
border-color: #7A4DC4;
}
.TagClassName
{
border-color: #7A4DC4;
}
</style>