Shades of Blue Marguerite #716AAF
Tints of Blue Marguerite #716AAF
RGB
CMYK
RGB Variations
Color information
#716AAF (or 0x716AAF) is known color: Blue Marguerite. HEX triplet: 71, 6A and AF. RGB value is (113,106,175). Sum of RGB (Red+Green+Blue) = 113+106+175=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #716AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716AAF is #8E9550. Grayscale: #737373. Windows color (decimal): -9344337 or 11496049. OLE color: 11496049.
HSL color Cylindrical-coordinate representation of color #716AAF: hue angle of 246.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #716AAF is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 106 | 175 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.31 |
| HSL | 246.09º | 0.3% | 0.55% | - |
| HSV(B) | 246.09º | 0.39% | 0.69% | - |
| XYZ | 19.7 | 16.91 | 42.78 | - |
| YUV | 115.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 175 | 0.35 | 0.39 | 0 | 0.31 | 246.09 | 0.3 | 0.55 |
| Hex | 71 | 6A | AF | 23 | 27 | 0 | 1F | F6 | 1E | 37 |
| Octal | 161 | 152 | 257 | 43 | 47 | 0 | 37 | 366 | 36 | 67 |
| Binary | 1110001 | 1101010 | 10101111 | 100011 | 100111 | 0 | 11111 | 11110110 | 11110 | 110111 |
Color Harmonies of #716AAF
Complementary color
Monochromatic Colors of #716AAF
Black with #716AAF
Text Example
Text Example
White with #716AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716AAF; }
p { color: rgb(113,106,175); }
H1.HeaderClassName
{
color: #716AAF;
}
.AnyTagClassName
{
color: #716AAF;
}
</style>
background-color css
<style>
a { background-color: #716AAF; }
a { background-color: rgb(113,106,175); }
div.DivClassName
{
background-color: #716AAF;
}
.BgClassName
{
background-color: #716AAF;
}
</style>
border-color css
<style>
span { border-color: #716AAF; }
span { border-color: rgb(113,106,175); }
td.TdClassName
{
border-color: #716AAF;
}
.TagClassName
{
border-color: #716AAF;
}
</style>