Shades of Blue Marguerite #7062AD
Tints of Blue Marguerite #7062AD
RGB
CMYK
RGB Variations
Color information
#7062AD (or 0x7062AD) is known color: Blue Marguerite. HEX triplet: 70, 62 and AD. RGB value is (112,98,173). Sum of RGB (Red+Green+Blue) = 112+98+173=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #7062AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7062AD is #8F9D52. Grayscale: #6E6E6E. Windows color (decimal): -9411923 or 11362928. OLE color: 11362928.
HSL color Cylindrical-coordinate representation of color #7062AD: hue angle of 251.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7062AD is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 98 | 173 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.32 |
| HSL | 251.2º | 0.31% | 0.53% | - |
| HSV(B) | 251.2º | 0.43% | 0.68% | - |
| XYZ | 18.59 | 15.2 | 41.49 | - |
| YUV | 110.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 173 | 0.35 | 0.43 | 0 | 0.32 | 251.2 | 0.31 | 0.53 |
| Hex | 70 | 62 | AD | 23 | 2B | 0 | 20 | FB | 1F | 35 |
| Octal | 160 | 142 | 255 | 43 | 53 | 0 | 40 | 373 | 37 | 65 |
| Binary | 1110000 | 1100010 | 10101101 | 100011 | 101011 | 0 | 100000 | 11111011 | 11111 | 110101 |
Color Harmonies of #7062AD
Complementary color
Monochromatic Colors of #7062AD
Black with #7062AD
Text Example
Text Example
White with #7062AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7062AD; }
p { color: rgb(112,98,173); }
H1.HeaderClassName
{
color: #7062AD;
}
.AnyTagClassName
{
color: #7062AD;
}
</style>
background-color css
<style>
a { background-color: #7062AD; }
a { background-color: rgb(112,98,173); }
div.DivClassName
{
background-color: #7062AD;
}
.BgClassName
{
background-color: #7062AD;
}
</style>
border-color css
<style>
span { border-color: #7062AD; }
span { border-color: rgb(112,98,173); }
td.TdClassName
{
border-color: #7062AD;
}
.TagClassName
{
border-color: #7062AD;
}
</style>