Shades of Slate Blue #7C59CE
Tints of Slate Blue #7C59CE
RGB
CMYK
RGB Variations
Color information
#7C59CE (or 0x7C59CE) is known color: Slate Blue. HEX triplet: 7C, 59 and CE. RGB value is (124,89,206). Sum of RGB (Red+Green+Blue) = 124+89+206=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C59CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C59CE is #83A631. Grayscale: #707070. Windows color (decimal): -8627762 or 13523324. OLE color: 13523324.
HSL color Cylindrical-coordinate representation of color #7C59CE: hue angle of 257.95º degrees, saturation: 0.54, 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 #7C59CE is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 89 | 206 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.19 |
| HSL | 257.95º | 0.54% | 0.58% | - |
| HSV(B) | 257.95º | 0.57% | 0.81% | - |
| XYZ | 23.03 | 15.89 | 60.25 | - |
| YUV | 112.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 206 | 0.40 | 0.57 | 0 | 0.19 | 257.95 | 0.54 | 0.58 |
| Hex | 7C | 59 | CE | 28 | 39 | 0 | 13 | 102 | 36 | 3A |
| Octal | 174 | 131 | 316 | 50 | 71 | 0 | 23 | 402 | 66 | 72 |
| Binary | 1111100 | 1011001 | 11001110 | 101000 | 111001 | 0 | 10011 | 100000010 | 110110 | 111010 |
Color Harmonies of #7C59CE
Complementary color
Monochromatic Colors of #7C59CE
Black with #7C59CE
Text Example
Text Example
White with #7C59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C59CE; }
p { color: rgb(124,89,206); }
H1.HeaderClassName
{
color: #7C59CE;
}
.AnyTagClassName
{
color: #7C59CE;
}
</style>
background-color css
<style>
a { background-color: #7C59CE; }
a { background-color: rgb(124,89,206); }
div.DivClassName
{
background-color: #7C59CE;
}
.BgClassName
{
background-color: #7C59CE;
}
</style>
border-color css
<style>
span { border-color: #7C59CE; }
span { border-color: rgb(124,89,206); }
td.TdClassName
{
border-color: #7C59CE;
}
.TagClassName
{
border-color: #7C59CE;
}
</style>