Shades of Blue Marguerite #7164B4
Tints of Blue Marguerite #7164B4
RGB
CMYK
RGB Variations
Color information
#7164B4 (or 0x7164B4) is known color: Blue Marguerite. HEX triplet: 71, 64 and B4. RGB value is (113,100,180). Sum of RGB (Red+Green+Blue) = 113+100+180=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #7164B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164B4 is #8E9B4B. Grayscale: #707070. Windows color (decimal): -9345868 or 11822193. OLE color: 11822193.
HSL color Cylindrical-coordinate representation of color #7164B4: hue angle of 249.75º 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 #7164B4 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 100 | 180 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.29 |
| HSL | 249.75º | 0.35% | 0.55% | - |
| HSV(B) | 249.75º | 0.44% | 0.71% | - |
| XYZ | 19.61 | 15.92 | 45.22 | - |
| YUV | 113.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 180 | 0.37 | 0.44 | 0 | 0.29 | 249.75 | 0.35 | 0.55 |
| Hex | 71 | 64 | B4 | 25 | 2C | 0 | 1D | FA | 23 | 37 |
| Octal | 161 | 144 | 264 | 45 | 54 | 0 | 35 | 372 | 43 | 67 |
| Binary | 1110001 | 1100100 | 10110100 | 100101 | 101100 | 0 | 11101 | 11111010 | 100011 | 110111 |
Color Harmonies of #7164B4
Complementary color
Monochromatic Colors of #7164B4
Black with #7164B4
Text Example
Text Example
White with #7164B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7164B4; }
p { color: rgb(113,100,180); }
H1.HeaderClassName
{
color: #7164B4;
}
.AnyTagClassName
{
color: #7164B4;
}
</style>
background-color css
<style>
a { background-color: #7164B4; }
a { background-color: rgb(113,100,180); }
div.DivClassName
{
background-color: #7164B4;
}
.BgClassName
{
background-color: #7164B4;
}
</style>
border-color css
<style>
span { border-color: #7164B4; }
span { border-color: rgb(113,100,180); }
td.TdClassName
{
border-color: #7164B4;
}
.TagClassName
{
border-color: #7164B4;
}
</style>