Shades of Blue Marguerite #7C56C0
Tints of Blue Marguerite #7C56C0
RGB
CMYK
RGB Variations
Color information
#7C56C0 (or 0x7C56C0) is known color: Blue Marguerite. HEX triplet: 7C, 56 and C0. RGB value is (124,86,192). Sum of RGB (Red+Green+Blue) = 124+86+192=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #7C56C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C56C0 is #83A93F. Grayscale: #6D6D6D. Windows color (decimal): -8628544 or 12605052. OLE color: 12605052.
HSL color Cylindrical-coordinate representation of color #7C56C0: hue angle of 261.51º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C56C0 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 86 | 192 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.25 |
| HSL | 261.51º | 0.46% | 0.55% | - |
| HSV(B) | 261.51º | 0.55% | 0.75% | - |
| XYZ | 21.15 | 14.75 | 51.6 | - |
| YUV | 109.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 192 | 0.35 | 0.55 | 0 | 0.25 | 261.51 | 0.46 | 0.55 |
| Hex | 7C | 56 | C0 | 23 | 37 | 0 | 19 | 106 | 2E | 37 |
| Octal | 174 | 126 | 300 | 43 | 67 | 0 | 31 | 406 | 56 | 67 |
| Binary | 1111100 | 1010110 | 11000000 | 100011 | 110111 | 0 | 11001 | 100000110 | 101110 | 110111 |
Color Harmonies of #7C56C0
Complementary color
Monochromatic Colors of #7C56C0
Black with #7C56C0
Text Example
Text Example
White with #7C56C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C56C0; }
p { color: rgb(124,86,192); }
H1.HeaderClassName
{
color: #7C56C0;
}
.AnyTagClassName
{
color: #7C56C0;
}
</style>
background-color css
<style>
a { background-color: #7C56C0; }
a { background-color: rgb(124,86,192); }
div.DivClassName
{
background-color: #7C56C0;
}
.BgClassName
{
background-color: #7C56C0;
}
</style>
border-color css
<style>
span { border-color: #7C56C0; }
span { border-color: rgb(124,86,192); }
td.TdClassName
{
border-color: #7C56C0;
}
.TagClassName
{
border-color: #7C56C0;
}
</style>