Shades of Blue Marguerite #7063B1
Tints of Blue Marguerite #7063B1
RGB
CMYK
RGB Variations
Color information
#7063B1 (or 0x7063B1) is known color: Blue Marguerite. HEX triplet: 70, 63 and B1. RGB value is (112,99,177). Sum of RGB (Red+Green+Blue) = 112+99+177=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #7063B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7063B1 is #8F9C4E. Grayscale: #6F6F6F. Windows color (decimal): -9411663 or 11625328. OLE color: 11625328.
HSL color Cylindrical-coordinate representation of color #7063B1: hue angle of 250º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7063B1 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 99 | 177 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.31 |
| HSL | 250º | 0.33% | 0.54% | - |
| HSV(B) | 250º | 0.44% | 0.69% | - |
| XYZ | 19.08 | 15.54 | 43.59 | - |
| YUV | 111.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 177 | 0.37 | 0.44 | 0 | 0.31 | 250 | 0.33 | 0.54 |
| Hex | 70 | 63 | B1 | 25 | 2C | 0 | 1F | FA | 21 | 36 |
| Octal | 160 | 143 | 261 | 45 | 54 | 0 | 37 | 372 | 41 | 66 |
| Binary | 1110000 | 1100011 | 10110001 | 100101 | 101100 | 0 | 11111 | 11111010 | 100001 | 110110 |
Color Harmonies of #7063B1
Complementary color
Monochromatic Colors of #7063B1
Black with #7063B1
Text Example
Text Example
White with #7063B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7063B1; }
p { color: rgb(112,99,177); }
H1.HeaderClassName
{
color: #7063B1;
}
.AnyTagClassName
{
color: #7063B1;
}
</style>
background-color css
<style>
a { background-color: #7063B1; }
a { background-color: rgb(112,99,177); }
div.DivClassName
{
background-color: #7063B1;
}
.BgClassName
{
background-color: #7063B1;
}
</style>
border-color css
<style>
span { border-color: #7063B1; }
span { border-color: rgb(112,99,177); }
td.TdClassName
{
border-color: #7063B1;
}
.TagClassName
{
border-color: #7063B1;
}
</style>