Shades of Blue Marguerite #7160B8
Tints of Blue Marguerite #7160B8
RGB
CMYK
RGB Variations
Color information
#7160B8 (or 0x7160B8) is known color: Blue Marguerite. HEX triplet: 71, 60 and B8. RGB value is (113,96,184). Sum of RGB (Red+Green+Blue) = 113+96+184=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 184 - color contains mainly: blue. Hex color #7160B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160B8 is #8E9F47. Grayscale: #6E6E6E. Windows color (decimal): -9346888 or 12083313. OLE color: 12083313.
HSL color Cylindrical-coordinate representation of color #7160B8: hue angle of 251.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7160B8 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 96 | 184 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.28 |
| HSL | 251.59º | 0.38% | 0.55% | - |
| HSV(B) | 251.59º | 0.48% | 0.72% | - |
| XYZ | 19.64 | 15.34 | 47.27 | - |
| YUV | 111.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 184 | 0.39 | 0.48 | 0 | 0.28 | 251.59 | 0.38 | 0.55 |
| Hex | 71 | 60 | B8 | 27 | 30 | 0 | 1C | FC | 26 | 37 |
| Octal | 161 | 140 | 270 | 47 | 60 | 0 | 34 | 374 | 46 | 67 |
| Binary | 1110001 | 1100000 | 10111000 | 100111 | 110000 | 0 | 11100 | 11111100 | 100110 | 110111 |
Color Harmonies of #7160B8
Complementary color
Monochromatic Colors of #7160B8
Black with #7160B8
Text Example
Text Example
White with #7160B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7160B8; }
p { color: rgb(113,96,184); }
H1.HeaderClassName
{
color: #7160B8;
}
.AnyTagClassName
{
color: #7160B8;
}
</style>
background-color css
<style>
a { background-color: #7160B8; }
a { background-color: rgb(113,96,184); }
div.DivClassName
{
background-color: #7160B8;
}
.BgClassName
{
background-color: #7160B8;
}
</style>
border-color css
<style>
span { border-color: #7160B8; }
span { border-color: rgb(113,96,184); }
td.TdClassName
{
border-color: #7160B8;
}
.TagClassName
{
border-color: #7160B8;
}
</style>