Shades of Blue Marguerite #7160BC
Tints of Blue Marguerite #7160BC
RGB
CMYK
RGB Variations
Color information
#7160BC (or 0x7160BC) is known color: Blue Marguerite. HEX triplet: 71, 60 and BC. RGB value is (113,96,188). Sum of RGB (Red+Green+Blue) = 113+96+188=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #7160BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160BC is #8E9F43. Grayscale: #6F6F6F. Windows color (decimal): -9346884 or 12345457. OLE color: 12345457.
HSL color Cylindrical-coordinate representation of color #7160BC: hue angle of 251.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7160BC is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 96 | 188 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.26 |
| HSL | 251.09º | 0.41% | 0.56% | - |
| HSV(B) | 251.09º | 0.49% | 0.74% | - |
| XYZ | 20.07 | 15.51 | 49.51 | - |
| YUV | 111.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 188 | 0.40 | 0.49 | 0 | 0.26 | 251.09 | 0.41 | 0.56 |
| Hex | 71 | 60 | BC | 28 | 31 | 0 | 1A | FB | 29 | 38 |
| Octal | 161 | 140 | 274 | 50 | 61 | 0 | 32 | 373 | 51 | 70 |
| Binary | 1110001 | 1100000 | 10111100 | 101000 | 110001 | 0 | 11010 | 11111011 | 101001 | 111000 |
Color Harmonies of #7160BC
Complementary color
Monochromatic Colors of #7160BC
Black with #7160BC
Text Example
Text Example
White with #7160BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7160BC; }
p { color: rgb(113,96,188); }
H1.HeaderClassName
{
color: #7160BC;
}
.AnyTagClassName
{
color: #7160BC;
}
</style>
background-color css
<style>
a { background-color: #7160BC; }
a { background-color: rgb(113,96,188); }
div.DivClassName
{
background-color: #7160BC;
}
.BgClassName
{
background-color: #7160BC;
}
</style>
border-color css
<style>
span { border-color: #7160BC; }
span { border-color: rgb(113,96,188); }
td.TdClassName
{
border-color: #7160BC;
}
.TagClassName
{
border-color: #7160BC;
}
</style>