Shades of Blue Marguerite #7259B6
Tints of Blue Marguerite #7259B6
RGB
CMYK
RGB Variations
Color information
#7259B6 (or 0x7259B6) is known color: Blue Marguerite. HEX triplet: 72, 59 and B6. RGB value is (114,89,182). Sum of RGB (Red+Green+Blue) = 114+89+182=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #7259B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259B6 is #8DA649. Grayscale: #6A6A6A. Windows color (decimal): -9283146 or 11950450. OLE color: 11950450.
HSL color Cylindrical-coordinate representation of color #7259B6: hue angle of 256.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7259B6 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 89 | 182 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.29 |
| HSL | 256.13º | 0.39% | 0.53% | - |
| HSV(B) | 256.13º | 0.51% | 0.71% | - |
| XYZ | 18.96 | 14.1 | 45.98 | - |
| YUV | 107.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 182 | 0.37 | 0.51 | 0 | 0.29 | 256.13 | 0.39 | 0.53 |
| Hex | 72 | 59 | B6 | 25 | 33 | 0 | 1D | 100 | 27 | 35 |
| Octal | 162 | 131 | 266 | 45 | 63 | 0 | 35 | 400 | 47 | 65 |
| Binary | 1110010 | 1011001 | 10110110 | 100101 | 110011 | 0 | 11101 | 100000000 | 100111 | 110101 |
Color Harmonies of #7259B6
Complementary color
Monochromatic Colors of #7259B6
Black with #7259B6
Text Example
Text Example
White with #7259B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7259B6; }
p { color: rgb(114,89,182); }
H1.HeaderClassName
{
color: #7259B6;
}
.AnyTagClassName
{
color: #7259B6;
}
</style>
background-color css
<style>
a { background-color: #7259B6; }
a { background-color: rgb(114,89,182); }
div.DivClassName
{
background-color: #7259B6;
}
.BgClassName
{
background-color: #7259B6;
}
</style>
border-color css
<style>
span { border-color: #7259B6; }
span { border-color: rgb(114,89,182); }
td.TdClassName
{
border-color: #7259B6;
}
.TagClassName
{
border-color: #7259B6;
}
</style>