Shades of Blue Marguerite #7063BA
Tints of Blue Marguerite #7063BA
RGB
CMYK
RGB Variations
Color information
#7063BA (or 0x7063BA) is known color: Blue Marguerite. HEX triplet: 70, 63 and BA. RGB value is (112,99,186). Sum of RGB (Red+Green+Blue) = 112+99+186=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #7063BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7063BA is #8F9C45. Grayscale: #707070. Windows color (decimal): -9411654 or 12215152. OLE color: 12215152.
HSL color Cylindrical-coordinate representation of color #7063BA: hue angle of 248.97º 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 #7063BA is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 99 | 186 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.27 |
| HSL | 248.97º | 0.39% | 0.56% | - |
| HSV(B) | 248.97º | 0.47% | 0.73% | - |
| XYZ | 20.01 | 15.91 | 48.47 | - |
| YUV | 112.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 186 | 0.40 | 0.47 | 0 | 0.27 | 248.97 | 0.39 | 0.56 |
| Hex | 70 | 63 | BA | 28 | 2F | 0 | 1B | F9 | 27 | 38 |
| Octal | 160 | 143 | 272 | 50 | 57 | 0 | 33 | 371 | 47 | 70 |
| Binary | 1110000 | 1100011 | 10111010 | 101000 | 101111 | 0 | 11011 | 11111001 | 100111 | 111000 |
Color Harmonies of #7063BA
Complementary color
Monochromatic Colors of #7063BA
Black with #7063BA
Text Example
Text Example
White with #7063BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7063BA; }
p { color: rgb(112,99,186); }
H1.HeaderClassName
{
color: #7063BA;
}
.AnyTagClassName
{
color: #7063BA;
}
</style>
background-color css
<style>
a { background-color: #7063BA; }
a { background-color: rgb(112,99,186); }
div.DivClassName
{
background-color: #7063BA;
}
.BgClassName
{
background-color: #7063BA;
}
</style>
border-color css
<style>
span { border-color: #7063BA; }
span { border-color: rgb(112,99,186); }
td.TdClassName
{
border-color: #7063BA;
}
.TagClassName
{
border-color: #7063BA;
}
</style>