Shades of Blue Marguerite #7166AF
Tints of Blue Marguerite #7166AF
RGB
CMYK
RGB Variations
Color information
#7166AF (or 0x7166AF) is known color: Blue Marguerite. HEX triplet: 71, 66 and AF. RGB value is (113,102,175). Sum of RGB (Red+Green+Blue) = 113+102+175=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #7166AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7166AF is #8E9950. Grayscale: #717171. Windows color (decimal): -9345361 or 11495025. OLE color: 11495025.
HSL color Cylindrical-coordinate representation of color #7166AF: hue angle of 249.04º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7166AF is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 102 | 175 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.31 |
| HSL | 249.04º | 0.31% | 0.54% | - |
| HSV(B) | 249.04º | 0.42% | 0.69% | - |
| XYZ | 19.3 | 16.11 | 42.65 | - |
| YUV | 113.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 175 | 0.35 | 0.42 | 0 | 0.31 | 249.04 | 0.31 | 0.54 |
| Hex | 71 | 66 | AF | 23 | 2A | 0 | 1F | F9 | 1F | 36 |
| Octal | 161 | 146 | 257 | 43 | 52 | 0 | 37 | 371 | 37 | 66 |
| Binary | 1110001 | 1100110 | 10101111 | 100011 | 101010 | 0 | 11111 | 11111001 | 11111 | 110110 |
Color Harmonies of #7166AF
Complementary color
Monochromatic Colors of #7166AF
Black with #7166AF
Text Example
Text Example
White with #7166AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166AF; }
p { color: rgb(113,102,175); }
H1.HeaderClassName
{
color: #7166AF;
}
.AnyTagClassName
{
color: #7166AF;
}
</style>
background-color css
<style>
a { background-color: #7166AF; }
a { background-color: rgb(113,102,175); }
div.DivClassName
{
background-color: #7166AF;
}
.BgClassName
{
background-color: #7166AF;
}
</style>
border-color css
<style>
span { border-color: #7166AF; }
span { border-color: rgb(113,102,175); }
td.TdClassName
{
border-color: #7166AF;
}
.TagClassName
{
border-color: #7166AF;
}
</style>