Shades of Slate Blue #7C59CF
Tints of Slate Blue #7C59CF
RGB
CMYK
RGB Variations
Color information
#7C59CF (or 0x7C59CF) is known color: Slate Blue. HEX triplet: 7C, 59 and CF. RGB value is (124,89,207). Sum of RGB (Red+Green+Blue) = 124+89+207=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C59CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C59CF is #83A630. Grayscale: #707070. Windows color (decimal): -8627761 or 13588860. OLE color: 13588860.
HSL color Cylindrical-coordinate representation of color #7C59CF: hue angle of 257.8º 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 #7C59CF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 89 | 207 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.19 |
| HSL | 257.8º | 0.55% | 0.58% | - |
| HSV(B) | 257.8º | 0.57% | 0.81% | - |
| XYZ | 23.15 | 15.93 | 60.89 | - |
| YUV | 112.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 207 | 0.40 | 0.57 | 0 | 0.19 | 257.8 | 0.55 | 0.58 |
| Hex | 7C | 59 | CF | 28 | 39 | 0 | 13 | 102 | 37 | 3A |
| Octal | 174 | 131 | 317 | 50 | 71 | 0 | 23 | 402 | 67 | 72 |
| Binary | 1111100 | 1011001 | 11001111 | 101000 | 111001 | 0 | 10011 | 100000010 | 110111 | 111010 |
Color Harmonies of #7C59CF
Complementary color
Monochromatic Colors of #7C59CF
Black with #7C59CF
Text Example
Text Example
White with #7C59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C59CF; }
p { color: rgb(124,89,207); }
H1.HeaderClassName
{
color: #7C59CF;
}
.AnyTagClassName
{
color: #7C59CF;
}
</style>
background-color css
<style>
a { background-color: #7C59CF; }
a { background-color: rgb(124,89,207); }
div.DivClassName
{
background-color: #7C59CF;
}
.BgClassName
{
background-color: #7C59CF;
}
</style>
border-color css
<style>
span { border-color: #7C59CF; }
span { border-color: rgb(124,89,207); }
td.TdClassName
{
border-color: #7C59CF;
}
.TagClassName
{
border-color: #7C59CF;
}
</style>