Shades of Blue Marguerite #7166BB
Tints of Blue Marguerite #7166BB
RGB
CMYK
RGB Variations
Color information
#7166BB (or 0x7166BB) is known color: Blue Marguerite. HEX triplet: 71, 66 and BB. RGB value is (113,102,187). Sum of RGB (Red+Green+Blue) = 113+102+187=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #7166BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166BB is #8E9944. Grayscale: #727272. Windows color (decimal): -9345349 or 12281457. OLE color: 12281457.
HSL color Cylindrical-coordinate representation of color #7166BB: hue angle of 247.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7166BB is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 102 | 187 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.27 |
| HSL | 247.76º | 0.38% | 0.57% | - |
| HSV(B) | 247.76º | 0.45% | 0.73% | - |
| XYZ | 20.53 | 16.6 | 49.14 | - |
| YUV | 114.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 187 | 0.40 | 0.45 | 0 | 0.27 | 247.76 | 0.38 | 0.57 |
| Hex | 71 | 66 | BB | 28 | 2D | 0 | 1B | F8 | 26 | 39 |
| Octal | 161 | 146 | 273 | 50 | 55 | 0 | 33 | 370 | 46 | 71 |
| Binary | 1110001 | 1100110 | 10111011 | 101000 | 101101 | 0 | 11011 | 11111000 | 100110 | 111001 |
Color Harmonies of #7166BB
Complementary color
Monochromatic Colors of #7166BB
Black with #7166BB
Text Example
Text Example
White with #7166BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166BB; }
p { color: rgb(113,102,187); }
H1.HeaderClassName
{
color: #7166BB;
}
.AnyTagClassName
{
color: #7166BB;
}
</style>
background-color css
<style>
a { background-color: #7166BB; }
a { background-color: rgb(113,102,187); }
div.DivClassName
{
background-color: #7166BB;
}
.BgClassName
{
background-color: #7166BB;
}
</style>
border-color css
<style>
span { border-color: #7166BB; }
span { border-color: rgb(113,102,187); }
td.TdClassName
{
border-color: #7166BB;
}
.TagClassName
{
border-color: #7166BB;
}
</style>