Shades of Slate Blue #7A53D3
Tints of Slate Blue #7A53D3
RGB
CMYK
RGB Variations
Color information
#7A53D3 (or 0x7A53D3) is known color: Slate Blue. HEX triplet: 7A, 53 and D3. RGB value is (122,83,211). Sum of RGB (Red+Green+Blue) = 122+83+211=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #7A53D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A53D3 is #85AC2C. Grayscale: #6C6C6C. Windows color (decimal): -8760365 or 13849466. OLE color: 13849466.
HSL color Cylindrical-coordinate representation of color #7A53D3: hue angle of 258.28º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A53D3 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 83 | 211 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.17 |
| HSL | 258.28º | 0.59% | 0.58% | - |
| HSV(B) | 258.28º | 0.61% | 0.83% | - |
| XYZ | 22.88 | 15.03 | 63.32 | - |
| YUV | 109.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 211 | 0.42 | 0.61 | 0 | 0.17 | 258.28 | 0.59 | 0.58 |
| Hex | 7A | 53 | D3 | 2A | 3D | 0 | 11 | 102 | 3B | 3A |
| Octal | 172 | 123 | 323 | 52 | 75 | 0 | 21 | 402 | 73 | 72 |
| Binary | 1111010 | 1010011 | 11010011 | 101010 | 111101 | 0 | 10001 | 100000010 | 111011 | 111010 |
Color Harmonies of #7A53D3
Complementary color
Monochromatic Colors of #7A53D3
Black with #7A53D3
Text Example
Text Example
White with #7A53D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A53D3; }
p { color: rgb(122,83,211); }
H1.HeaderClassName
{
color: #7A53D3;
}
.AnyTagClassName
{
color: #7A53D3;
}
</style>
background-color css
<style>
a { background-color: #7A53D3; }
a { background-color: rgb(122,83,211); }
div.DivClassName
{
background-color: #7A53D3;
}
.BgClassName
{
background-color: #7A53D3;
}
</style>
border-color css
<style>
span { border-color: #7A53D3; }
span { border-color: rgb(122,83,211); }
td.TdClassName
{
border-color: #7A53D3;
}
.TagClassName
{
border-color: #7A53D3;
}
</style>