Shades of Blue Marguerite #7064B4
Tints of Blue Marguerite #7064B4
RGB
CMYK
RGB Variations
Color information
#7064B4 (or 0x7064B4) is known color: Blue Marguerite. HEX triplet: 70, 64 and B4. RGB value is (112,100,180). Sum of RGB (Red+Green+Blue) = 112+100+180=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #7064B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7064B4 is #8F9B4B. Grayscale: #707070. Windows color (decimal): -9411404 or 11822192. OLE color: 11822192.
HSL color Cylindrical-coordinate representation of color #7064B4: hue angle of 249º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7064B4 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 100 | 180 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.29 |
| HSL | 249º | 0.35% | 0.55% | - |
| HSV(B) | 249º | 0.44% | 0.71% | - |
| XYZ | 19.48 | 15.85 | 45.21 | - |
| YUV | 112.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 180 | 0.38 | 0.44 | 0 | 0.29 | 249 | 0.35 | 0.55 |
| Hex | 70 | 64 | B4 | 26 | 2C | 0 | 1D | F9 | 23 | 37 |
| Octal | 160 | 144 | 264 | 46 | 54 | 0 | 35 | 371 | 43 | 67 |
| Binary | 1110000 | 1100100 | 10110100 | 100110 | 101100 | 0 | 11101 | 11111001 | 100011 | 110111 |
Color Harmonies of #7064B4
Complementary color
Monochromatic Colors of #7064B4
Black with #7064B4
Text Example
Text Example
White with #7064B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7064B4; }
p { color: rgb(112,100,180); }
H1.HeaderClassName
{
color: #7064B4;
}
.AnyTagClassName
{
color: #7064B4;
}
</style>
background-color css
<style>
a { background-color: #7064B4; }
a { background-color: rgb(112,100,180); }
div.DivClassName
{
background-color: #7064B4;
}
.BgClassName
{
background-color: #7064B4;
}
</style>
border-color css
<style>
span { border-color: #7064B4; }
span { border-color: rgb(112,100,180); }
td.TdClassName
{
border-color: #7064B4;
}
.TagClassName
{
border-color: #7064B4;
}
</style>