Shades of Blue Marguerite #7057A9
Tints of Blue Marguerite #7057A9
RGB
CMYK
RGB Variations
Color information
#7057A9 (or 0x7057A9) is known color: Blue Marguerite. HEX triplet: 70, 57 and A9. RGB value is (112,87,169). Sum of RGB (Red+Green+Blue) = 112+87+169=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 169 - color contains mainly: blue. Hex color #7057A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7057A9 is #8FA856. Grayscale: #676767. Windows color (decimal): -9414743 or 11097968. OLE color: 11097968.
HSL color Cylindrical-coordinate representation of color #7057A9: hue angle of 258.29º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7057A9 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 87 | 169 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.34 |
| HSL | 258.29º | 0.32% | 0.5% | - |
| HSV(B) | 258.29º | 0.49% | 0.66% | - |
| XYZ | 17.25 | 13.13 | 39.16 | - |
| YUV | 103.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 169 | 0.34 | 0.49 | 0 | 0.34 | 258.29 | 0.32 | 0.5 |
| Hex | 70 | 57 | A9 | 22 | 31 | 0 | 22 | 102 | 20 | 32 |
| Octal | 160 | 127 | 251 | 42 | 61 | 0 | 42 | 402 | 40 | 62 |
| Binary | 1110000 | 1010111 | 10101001 | 100010 | 110001 | 0 | 100010 | 100000010 | 100000 | 110010 |
Color Harmonies of #7057A9
Complementary color
Monochromatic Colors of #7057A9
Black with #7057A9
Text Example
Text Example
White with #7057A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7057A9; }
p { color: rgb(112,87,169); }
H1.HeaderClassName
{
color: #7057A9;
}
.AnyTagClassName
{
color: #7057A9;
}
</style>
background-color css
<style>
a { background-color: #7057A9; }
a { background-color: rgb(112,87,169); }
div.DivClassName
{
background-color: #7057A9;
}
.BgClassName
{
background-color: #7057A9;
}
</style>
border-color css
<style>
span { border-color: #7057A9; }
span { border-color: rgb(112,87,169); }
td.TdClassName
{
border-color: #7057A9;
}
.TagClassName
{
border-color: #7057A9;
}
</style>