Shades of Blue Marguerite #7058AD
Tints of Blue Marguerite #7058AD
RGB
CMYK
RGB Variations
Color information
#7058AD (or 0x7058AD) is known color: Blue Marguerite. HEX triplet: 70, 58 and AD. RGB value is (112,88,173). Sum of RGB (Red+Green+Blue) = 112+88+173=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #7058AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7058AD is #8FA752. Grayscale: #686868. Windows color (decimal): -9414483 or 11360368. OLE color: 11360368.
HSL color Cylindrical-coordinate representation of color #7058AD: hue angle of 256.94º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7058AD is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 88 | 173 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.32 |
| HSL | 256.94º | 0.34% | 0.51% | - |
| HSV(B) | 256.94º | 0.49% | 0.68% | - |
| XYZ | 17.71 | 13.44 | 41.2 | - |
| YUV | 104.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 173 | 0.35 | 0.49 | 0 | 0.32 | 256.94 | 0.34 | 0.51 |
| Hex | 70 | 58 | AD | 23 | 31 | 0 | 20 | 101 | 22 | 33 |
| Octal | 160 | 130 | 255 | 43 | 61 | 0 | 40 | 401 | 42 | 63 |
| Binary | 1110000 | 1011000 | 10101101 | 100011 | 110001 | 0 | 100000 | 100000001 | 100010 | 110011 |
Color Harmonies of #7058AD
Complementary color
Monochromatic Colors of #7058AD
Black with #7058AD
Text Example
Text Example
White with #7058AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7058AD; }
p { color: rgb(112,88,173); }
H1.HeaderClassName
{
color: #7058AD;
}
.AnyTagClassName
{
color: #7058AD;
}
</style>
background-color css
<style>
a { background-color: #7058AD; }
a { background-color: rgb(112,88,173); }
div.DivClassName
{
background-color: #7058AD;
}
.BgClassName
{
background-color: #7058AD;
}
</style>
border-color css
<style>
span { border-color: #7058AD; }
span { border-color: rgb(112,88,173); }
td.TdClassName
{
border-color: #7058AD;
}
.TagClassName
{
border-color: #7058AD;
}
</style>