Shades of Slate Blue #7A53C1
Tints of Slate Blue #7A53C1
RGB
CMYK
RGB Variations
Color information
#7A53C1 (or 0x7A53C1) is known color: Slate Blue. HEX triplet: 7A, 53 and C1. RGB value is (122,83,193). Sum of RGB (Red+Green+Blue) = 122+83+193=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A53C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A53C1 is #85AC3E. Grayscale: #6A6A6A. Windows color (decimal): -8760383 or 12669818. OLE color: 12669818.
HSL color Cylindrical-coordinate representation of color #7A53C1: hue angle of 261.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A53C1 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 83 | 193 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.24 |
| HSL | 261.27º | 0.47% | 0.54% | - |
| HSV(B) | 261.27º | 0.57% | 0.76% | - |
| XYZ | 20.74 | 14.17 | 52.09 | - |
| YUV | 107.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 193 | 0.37 | 0.57 | 0 | 0.24 | 261.27 | 0.47 | 0.54 |
| Hex | 7A | 53 | C1 | 25 | 39 | 0 | 18 | 105 | 2F | 36 |
| Octal | 172 | 123 | 301 | 45 | 71 | 0 | 30 | 405 | 57 | 66 |
| Binary | 1111010 | 1010011 | 11000001 | 100101 | 111001 | 0 | 11000 | 100000101 | 101111 | 110110 |
Color Harmonies of #7A53C1
Complementary color
Monochromatic Colors of #7A53C1
Black with #7A53C1
Text Example
Text Example
White with #7A53C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A53C1; }
p { color: rgb(122,83,193); }
H1.HeaderClassName
{
color: #7A53C1;
}
.AnyTagClassName
{
color: #7A53C1;
}
</style>
background-color css
<style>
a { background-color: #7A53C1; }
a { background-color: rgb(122,83,193); }
div.DivClassName
{
background-color: #7A53C1;
}
.BgClassName
{
background-color: #7A53C1;
}
</style>
border-color css
<style>
span { border-color: #7A53C1; }
span { border-color: rgb(122,83,193); }
td.TdClassName
{
border-color: #7A53C1;
}
.TagClassName
{
border-color: #7A53C1;
}
</style>