Shades of Blue Marguerite #7059AB
Tints of Blue Marguerite #7059AB
RGB
CMYK
RGB Variations
Color information
#7059AB (or 0x7059AB) is known color: Blue Marguerite. HEX triplet: 70, 59 and AB. RGB value is (112,89,171). Sum of RGB (Red+Green+Blue) = 112+89+171=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #7059AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7059AB is #8FA654. Grayscale: #686868. Windows color (decimal): -9414229 or 11229552. OLE color: 11229552.
HSL color Cylindrical-coordinate representation of color #7059AB: hue angle of 256.83º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7059AB is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 89 | 171 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.33 |
| HSL | 256.83º | 0.33% | 0.51% | - |
| HSV(B) | 256.83º | 0.48% | 0.67% | - |
| XYZ | 17.61 | 13.53 | 40.21 | - |
| YUV | 105.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 171 | 0.35 | 0.48 | 0 | 0.33 | 256.83 | 0.33 | 0.51 |
| Hex | 70 | 59 | AB | 23 | 30 | 0 | 21 | 101 | 21 | 33 |
| Octal | 160 | 131 | 253 | 43 | 60 | 0 | 41 | 401 | 41 | 63 |
| Binary | 1110000 | 1011001 | 10101011 | 100011 | 110000 | 0 | 100001 | 100000001 | 100001 | 110011 |
Color Harmonies of #7059AB
Complementary color
Monochromatic Colors of #7059AB
Black with #7059AB
Text Example
Text Example
White with #7059AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7059AB; }
p { color: rgb(112,89,171); }
H1.HeaderClassName
{
color: #7059AB;
}
.AnyTagClassName
{
color: #7059AB;
}
</style>
background-color css
<style>
a { background-color: #7059AB; }
a { background-color: rgb(112,89,171); }
div.DivClassName
{
background-color: #7059AB;
}
.BgClassName
{
background-color: #7059AB;
}
</style>
border-color css
<style>
span { border-color: #7059AB; }
span { border-color: rgb(112,89,171); }
td.TdClassName
{
border-color: #7059AB;
}
.TagClassName
{
border-color: #7059AB;
}
</style>