Shades of Slate Blue #7A58C5
Tints of Slate Blue #7A58C5
RGB
CMYK
RGB Variations
Color information
#7A58C5 (or 0x7A58C5) is known color: Slate Blue. HEX triplet: 7A, 58 and C5. RGB value is (122,88,197). Sum of RGB (Red+Green+Blue) = 122+88+197=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #7A58C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58C5 is #85A73A. Grayscale: #6E6E6E. Windows color (decimal): -8759099 or 12933242. OLE color: 12933242.
HSL color Cylindrical-coordinate representation of color #7A58C5: hue angle of 258.72º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A58C5 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 88 | 197 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.23 |
| HSL | 258.72º | 0.48% | 0.56% | - |
| HSV(B) | 258.72º | 0.55% | 0.77% | - |
| XYZ | 21.59 | 15.15 | 54.61 | - |
| YUV | 110.59 | 176.76 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 197 | 0.38 | 0.55 | 0 | 0.23 | 258.72 | 0.48 | 0.56 |
| Hex | 7A | 58 | C5 | 26 | 37 | 0 | 17 | 103 | 30 | 38 |
| Octal | 172 | 130 | 305 | 46 | 67 | 0 | 27 | 403 | 60 | 70 |
| Binary | 1111010 | 1011000 | 11000101 | 100110 | 110111 | 0 | 10111 | 100000011 | 110000 | 111000 |
Color Harmonies of #7A58C5
Complementary color
Monochromatic Colors of #7A58C5
Black with #7A58C5
Text Example
Text Example
White with #7A58C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A58C5; }
p { color: rgb(122,88,197); }
H1.HeaderClassName
{
color: #7A58C5;
}
.AnyTagClassName
{
color: #7A58C5;
}
</style>
background-color css
<style>
a { background-color: #7A58C5; }
a { background-color: rgb(122,88,197); }
div.DivClassName
{
background-color: #7A58C5;
}
.BgClassName
{
background-color: #7A58C5;
}
</style>
border-color css
<style>
span { border-color: #7A58C5; }
span { border-color: rgb(122,88,197); }
td.TdClassName
{
border-color: #7A58C5;
}
.TagClassName
{
border-color: #7A58C5;
}
</style>