Shades of Slate Blue #7A59CF
Tints of Slate Blue #7A59CF
RGB
CMYK
RGB Variations
Color information
#7A59CF (or 0x7A59CF) is known color: Slate Blue. HEX triplet: 7A, 59 and CF. RGB value is (122,89,207). Sum of RGB (Red+Green+Blue) = 122+89+207=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A59CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A59CF is #85A630. Grayscale: #6F6F6F. Windows color (decimal): -8758833 or 13588858. OLE color: 13588858.
HSL color Cylindrical-coordinate representation of color #7A59CF: hue angle of 256.78º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A59CF is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 89 | 207 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.19 |
| HSL | 256.78º | 0.55% | 0.58% | - |
| HSV(B) | 256.78º | 0.57% | 0.81% | - |
| XYZ | 22.86 | 15.79 | 60.87 | - |
| YUV | 112.32 | 181.43 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 207 | 0.41 | 0.57 | 0 | 0.19 | 256.78 | 0.55 | 0.58 |
| Hex | 7A | 59 | CF | 29 | 39 | 0 | 13 | 101 | 37 | 3A |
| Octal | 172 | 131 | 317 | 51 | 71 | 0 | 23 | 401 | 67 | 72 |
| Binary | 1111010 | 1011001 | 11001111 | 101001 | 111001 | 0 | 10011 | 100000001 | 110111 | 111010 |
Color Harmonies of #7A59CF
Complementary color
Monochromatic Colors of #7A59CF
Black with #7A59CF
Text Example
Text Example
White with #7A59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A59CF; }
p { color: rgb(122,89,207); }
H1.HeaderClassName
{
color: #7A59CF;
}
.AnyTagClassName
{
color: #7A59CF;
}
</style>
background-color css
<style>
a { background-color: #7A59CF; }
a { background-color: rgb(122,89,207); }
div.DivClassName
{
background-color: #7A59CF;
}
.BgClassName
{
background-color: #7A59CF;
}
</style>
border-color css
<style>
span { border-color: #7A59CF; }
span { border-color: rgb(122,89,207); }
td.TdClassName
{
border-color: #7A59CF;
}
.TagClassName
{
border-color: #7A59CF;
}
</style>