Shades of Blue Marguerite #7C56BD
Tints of Blue Marguerite #7C56BD
RGB
CMYK
RGB Variations
Color information
#7C56BD (or 0x7C56BD) is known color: Blue Marguerite. HEX triplet: 7C, 56 and BD. RGB value is (124,86,189). Sum of RGB (Red+Green+Blue) = 124+86+189=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C56BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C56BD is #83A942. Grayscale: #6C6C6C. Windows color (decimal): -8628547 or 12408444. OLE color: 12408444.
HSL color Cylindrical-coordinate representation of color #7C56BD: hue angle of 262.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C56BD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 86 | 189 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.26 |
| HSL | 262.14º | 0.44% | 0.54% | - |
| HSV(B) | 262.14º | 0.54% | 0.74% | - |
| XYZ | 20.83 | 14.61 | 49.87 | - |
| YUV | 109.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 189 | 0.34 | 0.54 | 0 | 0.26 | 262.14 | 0.44 | 0.54 |
| Hex | 7C | 56 | BD | 22 | 36 | 0 | 1A | 106 | 2C | 36 |
| Octal | 174 | 126 | 275 | 42 | 66 | 0 | 32 | 406 | 54 | 66 |
| Binary | 1111100 | 1010110 | 10111101 | 100010 | 110110 | 0 | 11010 | 100000110 | 101100 | 110110 |
Color Harmonies of #7C56BD
Complementary color
Monochromatic Colors of #7C56BD
Black with #7C56BD
Text Example
Text Example
White with #7C56BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C56BD; }
p { color: rgb(124,86,189); }
H1.HeaderClassName
{
color: #7C56BD;
}
.AnyTagClassName
{
color: #7C56BD;
}
</style>
background-color css
<style>
a { background-color: #7C56BD; }
a { background-color: rgb(124,86,189); }
div.DivClassName
{
background-color: #7C56BD;
}
.BgClassName
{
background-color: #7C56BD;
}
</style>
border-color css
<style>
span { border-color: #7C56BD; }
span { border-color: rgb(124,86,189); }
td.TdClassName
{
border-color: #7C56BD;
}
.TagClassName
{
border-color: #7C56BD;
}
</style>