Shades of Blue Marguerite #7064AC
Tints of Blue Marguerite #7064AC
RGB
CMYK
RGB Variations
Color information
#7064AC (or 0x7064AC) is known color: Blue Marguerite. HEX triplet: 70, 64 and AC. RGB value is (112,100,172). Sum of RGB (Red+Green+Blue) = 112+100+172=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #7064AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7064AC is #8F9B53. Grayscale: #6F6F6F. Windows color (decimal): -9411412 or 11297904. OLE color: 11297904.
HSL color Cylindrical-coordinate representation of color #7064AC: hue angle of 250º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7064AC is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 100 | 172 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.33 |
| HSL | 250º | 0.3% | 0.53% | - |
| HSV(B) | 250º | 0.42% | 0.67% | - |
| XYZ | 18.69 | 15.54 | 41.04 | - |
| YUV | 111.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 172 | 0.35 | 0.42 | 0 | 0.33 | 250 | 0.3 | 0.53 |
| Hex | 70 | 64 | AC | 23 | 2A | 0 | 21 | FA | 1E | 35 |
| Octal | 160 | 144 | 254 | 43 | 52 | 0 | 41 | 372 | 36 | 65 |
| Binary | 1110000 | 1100100 | 10101100 | 100011 | 101010 | 0 | 100001 | 11111010 | 11110 | 110101 |
Color Harmonies of #7064AC
Complementary color
Monochromatic Colors of #7064AC
Black with #7064AC
Text Example
Text Example
White with #7064AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7064AC; }
p { color: rgb(112,100,172); }
H1.HeaderClassName
{
color: #7064AC;
}
.AnyTagClassName
{
color: #7064AC;
}
</style>
background-color css
<style>
a { background-color: #7064AC; }
a { background-color: rgb(112,100,172); }
div.DivClassName
{
background-color: #7064AC;
}
.BgClassName
{
background-color: #7064AC;
}
</style>
border-color css
<style>
span { border-color: #7064AC; }
span { border-color: rgb(112,100,172); }
td.TdClassName
{
border-color: #7064AC;
}
.TagClassName
{
border-color: #7064AC;
}
</style>