Shades of Blue Marguerite #7163BA
Tints of Blue Marguerite #7163BA
RGB
CMYK
RGB Variations
Color information
#7163BA (or 0x7163BA) is known color: Blue Marguerite. HEX triplet: 71, 63 and BA. RGB value is (113,99,186). Sum of RGB (Red+Green+Blue) = 113+99+186=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #7163BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163BA is #8E9C45. Grayscale: #707070. Windows color (decimal): -9346118 or 12215153. OLE color: 12215153.
HSL color Cylindrical-coordinate representation of color #7163BA: hue angle of 249.66º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7163BA is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 99 | 186 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.27 |
| HSL | 249.66º | 0.39% | 0.56% | - |
| HSV(B) | 249.66º | 0.47% | 0.73% | - |
| XYZ | 20.13 | 15.98 | 48.48 | - |
| YUV | 113.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 186 | 0.39 | 0.47 | 0 | 0.27 | 249.66 | 0.39 | 0.56 |
| Hex | 71 | 63 | BA | 27 | 2F | 0 | 1B | FA | 27 | 38 |
| Octal | 161 | 143 | 272 | 47 | 57 | 0 | 33 | 372 | 47 | 70 |
| Binary | 1110001 | 1100011 | 10111010 | 100111 | 101111 | 0 | 11011 | 11111010 | 100111 | 111000 |
Color Harmonies of #7163BA
Complementary color
Monochromatic Colors of #7163BA
Black with #7163BA
Text Example
Text Example
White with #7163BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163BA; }
p { color: rgb(113,99,186); }
H1.HeaderClassName
{
color: #7163BA;
}
.AnyTagClassName
{
color: #7163BA;
}
</style>
background-color css
<style>
a { background-color: #7163BA; }
a { background-color: rgb(113,99,186); }
div.DivClassName
{
background-color: #7163BA;
}
.BgClassName
{
background-color: #7163BA;
}
</style>
border-color css
<style>
span { border-color: #7163BA; }
span { border-color: rgb(113,99,186); }
td.TdClassName
{
border-color: #7163BA;
}
.TagClassName
{
border-color: #7163BA;
}
</style>