Shades of Slate Blue #7A53CD
Tints of Slate Blue #7A53CD
RGB
CMYK
RGB Variations
Color information
#7A53CD (or 0x7A53CD) is known color: Slate Blue. HEX triplet: 7A, 53 and CD. RGB value is (122,83,205). Sum of RGB (Red+Green+Blue) = 122+83+205=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A53CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A53CD is #85AC32. Grayscale: #6C6C6C. Windows color (decimal): -8760371 or 13456250. OLE color: 13456250.
HSL color Cylindrical-coordinate representation of color #7A53CD: hue angle of 259.18º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A53CD is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 83 | 205 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.20 |
| HSL | 259.18º | 0.55% | 0.56% | - |
| HSV(B) | 259.18º | 0.6% | 0.8% | - |
| XYZ | 22.14 | 14.73 | 59.43 | - |
| YUV | 108.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 205 | 0.40 | 0.60 | 0 | 0.20 | 259.18 | 0.55 | 0.56 |
| Hex | 7A | 53 | CD | 28 | 3C | 0 | 14 | 103 | 37 | 38 |
| Octal | 172 | 123 | 315 | 50 | 74 | 0 | 24 | 403 | 67 | 70 |
| Binary | 1111010 | 1010011 | 11001101 | 101000 | 111100 | 0 | 10100 | 100000011 | 110111 | 111000 |
Color Harmonies of #7A53CD
Complementary color
Monochromatic Colors of #7A53CD
Black with #7A53CD
Text Example
Text Example
White with #7A53CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A53CD; }
p { color: rgb(122,83,205); }
H1.HeaderClassName
{
color: #7A53CD;
}
.AnyTagClassName
{
color: #7A53CD;
}
</style>
background-color css
<style>
a { background-color: #7A53CD; }
a { background-color: rgb(122,83,205); }
div.DivClassName
{
background-color: #7A53CD;
}
.BgClassName
{
background-color: #7A53CD;
}
</style>
border-color css
<style>
span { border-color: #7A53CD; }
span { border-color: rgb(122,83,205); }
td.TdClassName
{
border-color: #7A53CD;
}
.TagClassName
{
border-color: #7A53CD;
}
</style>