Shades of Slate Blue #7A53DB
Tints of Slate Blue #7A53DB
RGB
CMYK
RGB Variations
Color information
#7A53DB (or 0x7A53DB) is known color: Slate Blue. HEX triplet: 7A, 53 and DB. RGB value is (122,83,219). Sum of RGB (Red+Green+Blue) = 122+83+219=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A53DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A53DB is #85AC24. Grayscale: #6D6D6D. Windows color (decimal): -8760357 or 14373754. OLE color: 14373754.
HSL color Cylindrical-coordinate representation of color #7A53DB: hue angle of 257.21º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A53DB is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 83 | 219 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.14 |
| HSL | 257.21º | 0.65% | 0.59% | - |
| HSV(B) | 257.21º | 0.62% | 0.86% | - |
| XYZ | 23.91 | 15.44 | 68.74 | - |
| YUV | 110.17 | 189.42 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 219 | 0.44 | 0.62 | 0 | 0.14 | 257.21 | 0.65 | 0.59 |
| Hex | 7A | 53 | DB | 2C | 3E | 0 | E | 101 | 41 | 3B |
| Octal | 172 | 123 | 333 | 54 | 76 | 0 | 16 | 401 | 101 | 73 |
| Binary | 1111010 | 1010011 | 11011011 | 101100 | 111110 | 0 | 1110 | 100000001 | 1000001 | 111011 |
Color Harmonies of #7A53DB
Complementary color
Monochromatic Colors of #7A53DB
Black with #7A53DB
Text Example
Text Example
White with #7A53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A53DB; }
p { color: rgb(122,83,219); }
H1.HeaderClassName
{
color: #7A53DB;
}
.AnyTagClassName
{
color: #7A53DB;
}
</style>
background-color css
<style>
a { background-color: #7A53DB; }
a { background-color: rgb(122,83,219); }
div.DivClassName
{
background-color: #7A53DB;
}
.BgClassName
{
background-color: #7A53DB;
}
</style>
border-color css
<style>
span { border-color: #7A53DB; }
span { border-color: rgb(122,83,219); }
td.TdClassName
{
border-color: #7A53DB;
}
.TagClassName
{
border-color: #7A53DB;
}
</style>