Shades of Slate Blue #7A59C2
Tints of Slate Blue #7A59C2
RGB
CMYK
RGB Variations
Color information
#7A59C2 (or 0x7A59C2) is known color: Slate Blue. HEX triplet: 7A, 59 and C2. RGB value is (122,89,194). Sum of RGB (Red+Green+Blue) = 122+89+194=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #7A59C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A59C2 is #85A63D. Grayscale: #6E6E6E. Windows color (decimal): -8758846 or 12736890. OLE color: 12736890.
HSL color Cylindrical-coordinate representation of color #7A59C2: hue angle of 258.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A59C2 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 89 | 194 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.24 |
| HSL | 258.86º | 0.46% | 0.55% | - |
| HSV(B) | 258.86º | 0.54% | 0.76% | - |
| XYZ | 21.34 | 15.18 | 52.84 | - |
| YUV | 110.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 194 | 0.37 | 0.54 | 0 | 0.24 | 258.86 | 0.46 | 0.55 |
| Hex | 7A | 59 | C2 | 25 | 36 | 0 | 18 | 103 | 2E | 37 |
| Octal | 172 | 131 | 302 | 45 | 66 | 0 | 30 | 403 | 56 | 67 |
| Binary | 1111010 | 1011001 | 11000010 | 100101 | 110110 | 0 | 11000 | 100000011 | 101110 | 110111 |
Color Harmonies of #7A59C2
Complementary color
Monochromatic Colors of #7A59C2
Black with #7A59C2
Text Example
Text Example
White with #7A59C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A59C2; }
p { color: rgb(122,89,194); }
H1.HeaderClassName
{
color: #7A59C2;
}
.AnyTagClassName
{
color: #7A59C2;
}
</style>
background-color css
<style>
a { background-color: #7A59C2; }
a { background-color: rgb(122,89,194); }
div.DivClassName
{
background-color: #7A59C2;
}
.BgClassName
{
background-color: #7A59C2;
}
</style>
border-color css
<style>
span { border-color: #7A59C2; }
span { border-color: rgb(122,89,194); }
td.TdClassName
{
border-color: #7A59C2;
}
.TagClassName
{
border-color: #7A59C2;
}
</style>