Shades of Slate Blue #7A58CA
Tints of Slate Blue #7A58CA
RGB
CMYK
RGB Variations
Color information
#7A58CA (or 0x7A58CA) is known color: Slate Blue. HEX triplet: 7A, 58 and CA. RGB value is (122,88,202). Sum of RGB (Red+Green+Blue) = 122+88+202=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A58CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58CA is #85A735. Grayscale: #6E6E6E. Windows color (decimal): -8759094 or 13260922. OLE color: 13260922.
HSL color Cylindrical-coordinate representation of color #7A58CA: hue angle of 257.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A58CA is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 88 | 202 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.21 |
| HSL | 257.89º | 0.52% | 0.57% | - |
| HSV(B) | 257.89º | 0.56% | 0.79% | - |
| XYZ | 22.18 | 15.38 | 57.68 | - |
| YUV | 111.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 202 | 0.40 | 0.56 | 0 | 0.21 | 257.89 | 0.52 | 0.57 |
| Hex | 7A | 58 | CA | 28 | 38 | 0 | 15 | 102 | 34 | 39 |
| Octal | 172 | 130 | 312 | 50 | 70 | 0 | 25 | 402 | 64 | 71 |
| Binary | 1111010 | 1011000 | 11001010 | 101000 | 111000 | 0 | 10101 | 100000010 | 110100 | 111001 |
Color Harmonies of #7A58CA
Complementary color
Monochromatic Colors of #7A58CA
Black with #7A58CA
Text Example
Text Example
White with #7A58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A58CA; }
p { color: rgb(122,88,202); }
H1.HeaderClassName
{
color: #7A58CA;
}
.AnyTagClassName
{
color: #7A58CA;
}
</style>
background-color css
<style>
a { background-color: #7A58CA; }
a { background-color: rgb(122,88,202); }
div.DivClassName
{
background-color: #7A58CA;
}
.BgClassName
{
background-color: #7A58CA;
}
</style>
border-color css
<style>
span { border-color: #7A58CA; }
span { border-color: rgb(122,88,202); }
td.TdClassName
{
border-color: #7A58CA;
}
.TagClassName
{
border-color: #7A58CA;
}
</style>