Shades of Slate Blue #7A4DCE
Tints of Slate Blue #7A4DCE
RGB
CMYK
RGB Variations
Color information
#7A4DCE (or 0x7A4DCE) is known color: Slate Blue. HEX triplet: 7A, 4D and CE. RGB value is (122,77,206). Sum of RGB (Red+Green+Blue) = 122+77+206=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A4DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4DCE is #85B231. Grayscale: #686868. Windows color (decimal): -8761906 or 13520250. OLE color: 13520250.
HSL color Cylindrical-coordinate representation of color #7A4DCE: hue angle of 260.93º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A4DCE is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 77 | 206 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.19 |
| HSL | 260.93º | 0.57% | 0.55% | - |
| HSV(B) | 260.93º | 0.63% | 0.81% | - |
| XYZ | 21.82 | 13.9 | 59.93 | - |
| YUV | 105.16 | 184.91 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 206 | 0.41 | 0.63 | 0 | 0.19 | 260.93 | 0.57 | 0.55 |
| Hex | 7A | 4D | CE | 29 | 3F | 0 | 13 | 105 | 39 | 37 |
| Octal | 172 | 115 | 316 | 51 | 77 | 0 | 23 | 405 | 71 | 67 |
| Binary | 1111010 | 1001101 | 11001110 | 101001 | 111111 | 0 | 10011 | 100000101 | 111001 | 110111 |
Color Harmonies of #7A4DCE
Complementary color
Monochromatic Colors of #7A4DCE
Black with #7A4DCE
Text Example
Text Example
White with #7A4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4DCE; }
p { color: rgb(122,77,206); }
H1.HeaderClassName
{
color: #7A4DCE;
}
.AnyTagClassName
{
color: #7A4DCE;
}
</style>
background-color css
<style>
a { background-color: #7A4DCE; }
a { background-color: rgb(122,77,206); }
div.DivClassName
{
background-color: #7A4DCE;
}
.BgClassName
{
background-color: #7A4DCE;
}
</style>
border-color css
<style>
span { border-color: #7A4DCE; }
span { border-color: rgb(122,77,206); }
td.TdClassName
{
border-color: #7A4DCE;
}
.TagClassName
{
border-color: #7A4DCE;
}
</style>