Shades of Blue Marguerite #7C59BC
Tints of Blue Marguerite #7C59BC
RGB
CMYK
RGB Variations
Color information
#7C59BC (or 0x7C59BC) is known color: Blue Marguerite. HEX triplet: 7C, 59 and BC. RGB value is (124,89,188). Sum of RGB (Red+Green+Blue) = 124+89+188=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C59BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C59BC is #83A643. Grayscale: #6E6E6E. Windows color (decimal): -8627780 or 12343676. OLE color: 12343676.
HSL color Cylindrical-coordinate representation of color #7C59BC: hue angle of 261.21º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C59BC is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 89 | 188 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.26 |
| HSL | 261.21º | 0.42% | 0.54% | - |
| HSV(B) | 261.21º | 0.53% | 0.74% | - |
| XYZ | 20.96 | 15.06 | 49.38 | - |
| YUV | 110.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 188 | 0.34 | 0.53 | 0 | 0.26 | 261.21 | 0.42 | 0.54 |
| Hex | 7C | 59 | BC | 22 | 35 | 0 | 1A | 105 | 2A | 36 |
| Octal | 174 | 131 | 274 | 42 | 65 | 0 | 32 | 405 | 52 | 66 |
| Binary | 1111100 | 1011001 | 10111100 | 100010 | 110101 | 0 | 11010 | 100000101 | 101010 | 110110 |
Color Harmonies of #7C59BC
Complementary color
Monochromatic Colors of #7C59BC
Black with #7C59BC
Text Example
Text Example
White with #7C59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C59BC; }
p { color: rgb(124,89,188); }
H1.HeaderClassName
{
color: #7C59BC;
}
.AnyTagClassName
{
color: #7C59BC;
}
</style>
background-color css
<style>
a { background-color: #7C59BC; }
a { background-color: rgb(124,89,188); }
div.DivClassName
{
background-color: #7C59BC;
}
.BgClassName
{
background-color: #7C59BC;
}
</style>
border-color css
<style>
span { border-color: #7C59BC; }
span { border-color: rgb(124,89,188); }
td.TdClassName
{
border-color: #7C59BC;
}
.TagClassName
{
border-color: #7C59BC;
}
</style>