Shades of Blue Marguerite #7259BC
Tints of Blue Marguerite #7259BC
RGB
CMYK
RGB Variations
Color information
#7259BC (or 0x7259BC) is known color: Blue Marguerite. HEX triplet: 72, 59 and BC. RGB value is (114,89,188). Sum of RGB (Red+Green+Blue) = 114+89+188=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #7259BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259BC is #8DA643. Grayscale: #6B6B6B. Windows color (decimal): -9283140 or 12343666. OLE color: 12343666.
HSL color Cylindrical-coordinate representation of color #7259BC: hue angle of 255.15º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7259BC is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 89 | 188 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.26 |
| HSL | 255.15º | 0.42% | 0.54% | - |
| HSV(B) | 255.15º | 0.53% | 0.74% | - |
| XYZ | 19.59 | 14.35 | 49.31 | - |
| YUV | 107.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 188 | 0.39 | 0.53 | 0 | 0.26 | 255.15 | 0.42 | 0.54 |
| Hex | 72 | 59 | BC | 27 | 35 | 0 | 1A | FF | 2A | 36 |
| Octal | 162 | 131 | 274 | 47 | 65 | 0 | 32 | 377 | 52 | 66 |
| Binary | 1110010 | 1011001 | 10111100 | 100111 | 110101 | 0 | 11010 | 11111111 | 101010 | 110110 |
Color Harmonies of #7259BC
Complementary color
Monochromatic Colors of #7259BC
Black with #7259BC
Text Example
Text Example
White with #7259BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7259BC; }
p { color: rgb(114,89,188); }
H1.HeaderClassName
{
color: #7259BC;
}
.AnyTagClassName
{
color: #7259BC;
}
</style>
background-color css
<style>
a { background-color: #7259BC; }
a { background-color: rgb(114,89,188); }
div.DivClassName
{
background-color: #7259BC;
}
.BgClassName
{
background-color: #7259BC;
}
</style>
border-color css
<style>
span { border-color: #7259BC; }
span { border-color: rgb(114,89,188); }
td.TdClassName
{
border-color: #7259BC;
}
.TagClassName
{
border-color: #7259BC;
}
</style>