Shades of Blue Marguerite #7259B5
Tints of Blue Marguerite #7259B5
RGB
CMYK
RGB Variations
Color information
#7259B5 (or 0x7259B5) is known color: Blue Marguerite. HEX triplet: 72, 59 and B5. RGB value is (114,89,181). Sum of RGB (Red+Green+Blue) = 114+89+181=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 181 - color contains mainly: blue. Hex color #7259B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259B5 is #8DA64A. Grayscale: #6A6A6A. Windows color (decimal): -9283147 or 11884914. OLE color: 11884914.
HSL color Cylindrical-coordinate representation of color #7259B5: hue angle of 256.3º degrees, saturation: 0.38, 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 #7259B5 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 89 | 181 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.29 |
| HSL | 256.3º | 0.38% | 0.53% | - |
| HSV(B) | 256.3º | 0.51% | 0.71% | - |
| XYZ | 18.85 | 14.06 | 45.44 | - |
| YUV | 106.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 181 | 0.37 | 0.51 | 0 | 0.29 | 256.3 | 0.38 | 0.53 |
| Hex | 72 | 59 | B5 | 25 | 33 | 0 | 1D | 100 | 26 | 35 |
| Octal | 162 | 131 | 265 | 45 | 63 | 0 | 35 | 400 | 46 | 65 |
| Binary | 1110010 | 1011001 | 10110101 | 100101 | 110011 | 0 | 11101 | 100000000 | 100110 | 110101 |
Color Harmonies of #7259B5
Complementary color
Monochromatic Colors of #7259B5
Black with #7259B5
Text Example
Text Example
White with #7259B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7259B5; }
p { color: rgb(114,89,181); }
H1.HeaderClassName
{
color: #7259B5;
}
.AnyTagClassName
{
color: #7259B5;
}
</style>
background-color css
<style>
a { background-color: #7259B5; }
a { background-color: rgb(114,89,181); }
div.DivClassName
{
background-color: #7259B5;
}
.BgClassName
{
background-color: #7259B5;
}
</style>
border-color css
<style>
span { border-color: #7259B5; }
span { border-color: rgb(114,89,181); }
td.TdClassName
{
border-color: #7259B5;
}
.TagClassName
{
border-color: #7259B5;
}
</style>