Shades of Blue Marguerite #7056BA
Tints of Blue Marguerite #7056BA
RGB
CMYK
RGB Variations
Color information
#7056BA (or 0x7056BA) is known color: Blue Marguerite. HEX triplet: 70, 56 and BA. RGB value is (112,86,186). Sum of RGB (Red+Green+Blue) = 112+86+186=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #7056BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7056BA is #8FA945. Grayscale: #686868. Windows color (decimal): -9414982 or 12211824. OLE color: 12211824.
HSL color Cylindrical-coordinate representation of color #7056BA: hue angle of 255.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7056BA is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 86 | 186 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.27 |
| HSL | 255.6º | 0.42% | 0.53% | - |
| HSV(B) | 255.6º | 0.54% | 0.73% | - |
| XYZ | 18.87 | 13.65 | 48.09 | - |
| YUV | 105.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 186 | 0.40 | 0.54 | 0 | 0.27 | 255.6 | 0.42 | 0.53 |
| Hex | 70 | 56 | BA | 28 | 36 | 0 | 1B | 100 | 2A | 35 |
| Octal | 160 | 126 | 272 | 50 | 66 | 0 | 33 | 400 | 52 | 65 |
| Binary | 1110000 | 1010110 | 10111010 | 101000 | 110110 | 0 | 11011 | 100000000 | 101010 | 110101 |
Color Harmonies of #7056BA
Complementary color
Monochromatic Colors of #7056BA
Black with #7056BA
Text Example
Text Example
White with #7056BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7056BA; }
p { color: rgb(112,86,186); }
H1.HeaderClassName
{
color: #7056BA;
}
.AnyTagClassName
{
color: #7056BA;
}
</style>
background-color css
<style>
a { background-color: #7056BA; }
a { background-color: rgb(112,86,186); }
div.DivClassName
{
background-color: #7056BA;
}
.BgClassName
{
background-color: #7056BA;
}
</style>
border-color css
<style>
span { border-color: #7056BA; }
span { border-color: rgb(112,86,186); }
td.TdClassName
{
border-color: #7056BA;
}
.TagClassName
{
border-color: #7056BA;
}
</style>