Shades of Blue Marguerite #7164B1
Tints of Blue Marguerite #7164B1
RGB
CMYK
RGB Variations
Color information
#7164B1 (or 0x7164B1) is known color: Blue Marguerite. HEX triplet: 71, 64 and B1. RGB value is (113,100,177). Sum of RGB (Red+Green+Blue) = 113+100+177=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 177 - color contains mainly: blue. Hex color #7164B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7164B1 is #8E9B4E. Grayscale: #707070. Windows color (decimal): -9345871 or 11625585. OLE color: 11625585.
HSL color Cylindrical-coordinate representation of color #7164B1: hue angle of 250.13º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7164B1 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 100 | 177 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.31 |
| HSL | 250.13º | 0.33% | 0.54% | - |
| HSV(B) | 250.13º | 0.44% | 0.69% | - |
| XYZ | 19.3 | 15.8 | 43.63 | - |
| YUV | 112.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 177 | 0.36 | 0.44 | 0 | 0.31 | 250.13 | 0.33 | 0.54 |
| Hex | 71 | 64 | B1 | 24 | 2C | 0 | 1F | FA | 21 | 36 |
| Octal | 161 | 144 | 261 | 44 | 54 | 0 | 37 | 372 | 41 | 66 |
| Binary | 1110001 | 1100100 | 10110001 | 100100 | 101100 | 0 | 11111 | 11111010 | 100001 | 110110 |
Color Harmonies of #7164B1
Complementary color
Monochromatic Colors of #7164B1
Black with #7164B1
Text Example
Text Example
White with #7164B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7164B1; }
p { color: rgb(113,100,177); }
H1.HeaderClassName
{
color: #7164B1;
}
.AnyTagClassName
{
color: #7164B1;
}
</style>
background-color css
<style>
a { background-color: #7164B1; }
a { background-color: rgb(113,100,177); }
div.DivClassName
{
background-color: #7164B1;
}
.BgClassName
{
background-color: #7164B1;
}
</style>
border-color css
<style>
span { border-color: #7164B1; }
span { border-color: rgb(113,100,177); }
td.TdClassName
{
border-color: #7164B1;
}
.TagClassName
{
border-color: #7164B1;
}
</style>