Shades of Slate Blue #7C52CF
Tints of Slate Blue #7C52CF
RGB
CMYK
RGB Variations
Color information
#7C52CF (or 0x7C52CF) is known color: Slate Blue. HEX triplet: 7C, 52 and CF. RGB value is (124,82,207). Sum of RGB (Red+Green+Blue) = 124+82+207=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C52CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C52CF is #83AD30. Grayscale: #6C6C6C. Windows color (decimal): -8629553 or 13587068. OLE color: 13587068.
HSL color Cylindrical-coordinate representation of color #7C52CF: hue angle of 260.16º 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 #7C52CF is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 82 | 207 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.19 |
| HSL | 260.16º | 0.57% | 0.57% | - |
| HSV(B) | 260.16º | 0.6% | 0.81% | - |
| XYZ | 22.59 | 14.82 | 60.7 | - |
| YUV | 108.81 | 183.41 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 207 | 0.40 | 0.60 | 0 | 0.19 | 260.16 | 0.57 | 0.57 |
| Hex | 7C | 52 | CF | 28 | 3C | 0 | 13 | 104 | 39 | 39 |
| Octal | 174 | 122 | 317 | 50 | 74 | 0 | 23 | 404 | 71 | 71 |
| Binary | 1111100 | 1010010 | 11001111 | 101000 | 111100 | 0 | 10011 | 100000100 | 111001 | 111001 |
Color Harmonies of #7C52CF
Complementary color
Monochromatic Colors of #7C52CF
Black with #7C52CF
Text Example
Text Example
White with #7C52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C52CF; }
p { color: rgb(124,82,207); }
H1.HeaderClassName
{
color: #7C52CF;
}
.AnyTagClassName
{
color: #7C52CF;
}
</style>
background-color css
<style>
a { background-color: #7C52CF; }
a { background-color: rgb(124,82,207); }
div.DivClassName
{
background-color: #7C52CF;
}
.BgClassName
{
background-color: #7C52CF;
}
</style>
border-color css
<style>
span { border-color: #7C52CF; }
span { border-color: rgb(124,82,207); }
td.TdClassName
{
border-color: #7C52CF;
}
.TagClassName
{
border-color: #7C52CF;
}
</style>