Shades of Slate Blue #7A4CCC
Tints of Slate Blue #7A4CCC
RGB
CMYK
RGB Variations
Color information
#7A4CCC (or 0x7A4CCC) is known color: Slate Blue. HEX triplet: 7A, 4C and CC. RGB value is (122,76,204). Sum of RGB (Red+Green+Blue) = 122+76+204=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A4CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4CCC is #85B333. Grayscale: #676767. Windows color (decimal): -8762164 or 13388922. OLE color: 13388922.
HSL color Cylindrical-coordinate representation of color #7A4CCC: hue angle of 261.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A4CCC is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 76 | 204 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.2 |
| HSL | 261.56º | 0.56% | 0.55% | - |
| HSV(B) | 261.56º | 0.63% | 0.8% | - |
| XYZ | 21.51 | 13.67 | 58.63 | - |
| YUV | 104.35 | 184.24 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 76 | 204 | 0.40 | 0.63 | 0 | 0.2 | 261.56 | 0.56 | 0.55 |
| Hex | 7A | 4C | CC | 28 | 3F | 0 | 14 | 106 | 38 | 37 |
| Octal | 172 | 114 | 314 | 50 | 77 | 0 | 24 | 406 | 70 | 67 |
| Binary | 1111010 | 1001100 | 11001100 | 101000 | 111111 | 0 | 10100 | 100000110 | 111000 | 110111 |
Color Harmonies of #7A4CCC
Complementary color
Monochromatic Colors of #7A4CCC
Black with #7A4CCC
Text Example
Text Example
White with #7A4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4CCC; }
p { color: rgb(122,76,204); }
H1.HeaderClassName
{
color: #7A4CCC;
}
.AnyTagClassName
{
color: #7A4CCC;
}
</style>
background-color css
<style>
a { background-color: #7A4CCC; }
a { background-color: rgb(122,76,204); }
div.DivClassName
{
background-color: #7A4CCC;
}
.BgClassName
{
background-color: #7A4CCC;
}
</style>
border-color css
<style>
span { border-color: #7A4CCC; }
span { border-color: rgb(122,76,204); }
td.TdClassName
{
border-color: #7A4CCC;
}
.TagClassName
{
border-color: #7A4CCC;
}
</style>