Shades of Slate Blue #7C59C1
Tints of Slate Blue #7C59C1
RGB
CMYK
RGB Variations
Color information
#7C59C1 (or 0x7C59C1) is known color: Slate Blue. HEX triplet: 7C, 59 and C1. RGB value is (124,89,193). Sum of RGB (Red+Green+Blue) = 124+89+193=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C59C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C59C1 is #83A63E. Grayscale: #6E6E6E. Windows color (decimal): -8627775 or 12671356. OLE color: 12671356.
HSL color Cylindrical-coordinate representation of color #7C59C1: hue angle of 260.19º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C59C1 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 89 | 193 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.24 |
| HSL | 260.19º | 0.46% | 0.55% | - |
| HSV(B) | 260.19º | 0.54% | 0.76% | - |
| XYZ | 21.51 | 15.28 | 52.27 | - |
| YUV | 111.32 | 174.1 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 193 | 0.36 | 0.54 | 0 | 0.24 | 260.19 | 0.46 | 0.55 |
| Hex | 7C | 59 | C1 | 24 | 36 | 0 | 18 | 104 | 2E | 37 |
| Octal | 174 | 131 | 301 | 44 | 66 | 0 | 30 | 404 | 56 | 67 |
| Binary | 1111100 | 1011001 | 11000001 | 100100 | 110110 | 0 | 11000 | 100000100 | 101110 | 110111 |
Color Harmonies of #7C59C1
Complementary color
Monochromatic Colors of #7C59C1
Black with #7C59C1
Text Example
Text Example
White with #7C59C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C59C1; }
p { color: rgb(124,89,193); }
H1.HeaderClassName
{
color: #7C59C1;
}
.AnyTagClassName
{
color: #7C59C1;
}
</style>
background-color css
<style>
a { background-color: #7C59C1; }
a { background-color: rgb(124,89,193); }
div.DivClassName
{
background-color: #7C59C1;
}
.BgClassName
{
background-color: #7C59C1;
}
</style>
border-color css
<style>
span { border-color: #7C59C1; }
span { border-color: rgb(124,89,193); }
td.TdClassName
{
border-color: #7C59C1;
}
.TagClassName
{
border-color: #7C59C1;
}
</style>