Shades of Slate Blue #7A53D8
Tints of Slate Blue #7A53D8
RGB
CMYK
RGB Variations
Color information
#7A53D8 (or 0x7A53D8) is known color: Slate Blue. HEX triplet: 7A, 53 and D8. RGB value is (122,83,216). Sum of RGB (Red+Green+Blue) = 122+83+216=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 216 (84.77% from 255 or 51.31% from 421); Max value from RGB is 216 - color contains mainly: blue. Hex color #7A53D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A53D8 is #85AC27. Grayscale: #6D6D6D. Windows color (decimal): -8760360 or 14177146. OLE color: 14177146.
HSL color Cylindrical-coordinate representation of color #7A53D8: hue angle of 257.59º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A53D8 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 83 | 216 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.15 |
| HSL | 257.59º | 0.63% | 0.59% | - |
| HSV(B) | 257.59º | 0.62% | 0.85% | - |
| XYZ | 23.51 | 15.28 | 66.68 | - |
| YUV | 109.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 216 | 0.44 | 0.62 | 0 | 0.15 | 257.59 | 0.63 | 0.59 |
| Hex | 7A | 53 | D8 | 2C | 3E | 0 | F | 102 | 3F | 3B |
| Octal | 172 | 123 | 330 | 54 | 76 | 0 | 17 | 402 | 77 | 73 |
| Binary | 1111010 | 1010011 | 11011000 | 101100 | 111110 | 0 | 1111 | 100000010 | 111111 | 111011 |
Color Harmonies of #7A53D8
Complementary color
Monochromatic Colors of #7A53D8
Black with #7A53D8
Text Example
Text Example
White with #7A53D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A53D8; }
p { color: rgb(122,83,216); }
H1.HeaderClassName
{
color: #7A53D8;
}
.AnyTagClassName
{
color: #7A53D8;
}
</style>
background-color css
<style>
a { background-color: #7A53D8; }
a { background-color: rgb(122,83,216); }
div.DivClassName
{
background-color: #7A53D8;
}
.BgClassName
{
background-color: #7A53D8;
}
</style>
border-color css
<style>
span { border-color: #7A53D8; }
span { border-color: rgb(122,83,216); }
td.TdClassName
{
border-color: #7A53D8;
}
.TagClassName
{
border-color: #7A53D8;
}
</style>