Shades of Slate Blue #7A52CF
Tints of Slate Blue #7A52CF
RGB
CMYK
RGB Variations
Color information
#7A52CF (or 0x7A52CF) is known color: Slate Blue. HEX triplet: 7A, 52 and CF. RGB value is (122,82,207). Sum of RGB (Red+Green+Blue) = 122+82+207=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A52CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A52CF is #85AD30. Grayscale: #6B6B6B. Windows color (decimal): -8760625 or 13587066. OLE color: 13587066.
HSL color Cylindrical-coordinate representation of color #7A52CF: hue angle of 259.2º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A52CF is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 82 | 207 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.19 |
| HSL | 259.2º | 0.57% | 0.57% | - |
| HSV(B) | 259.2º | 0.6% | 0.81% | - |
| XYZ | 22.31 | 14.68 | 60.69 | - |
| YUV | 108.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 207 | 0.41 | 0.60 | 0 | 0.19 | 259.2 | 0.57 | 0.57 |
| Hex | 7A | 52 | CF | 29 | 3C | 0 | 13 | 103 | 39 | 39 |
| Octal | 172 | 122 | 317 | 51 | 74 | 0 | 23 | 403 | 71 | 71 |
| Binary | 1111010 | 1010010 | 11001111 | 101001 | 111100 | 0 | 10011 | 100000011 | 111001 | 111001 |
Color Harmonies of #7A52CF
Complementary color
Monochromatic Colors of #7A52CF
Black with #7A52CF
Text Example
Text Example
White with #7A52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A52CF; }
p { color: rgb(122,82,207); }
H1.HeaderClassName
{
color: #7A52CF;
}
.AnyTagClassName
{
color: #7A52CF;
}
</style>
background-color css
<style>
a { background-color: #7A52CF; }
a { background-color: rgb(122,82,207); }
div.DivClassName
{
background-color: #7A52CF;
}
.BgClassName
{
background-color: #7A52CF;
}
</style>
border-color css
<style>
span { border-color: #7A52CF; }
span { border-color: rgb(122,82,207); }
td.TdClassName
{
border-color: #7A52CF;
}
.TagClassName
{
border-color: #7A52CF;
}
</style>