Shades of Blue Marguerite #725FB5
Tints of Blue Marguerite #725FB5
RGB
CMYK
RGB Variations
Color information
#725FB5 (or 0x725FB5) is known color: Blue Marguerite. HEX triplet: 72, 5F and B5. RGB value is (114,95,181). Sum of RGB (Red+Green+Blue) = 114+95+181=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #725FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FB5 is #8DA04A. Grayscale: #6E6E6E. Windows color (decimal): -9281611 or 11886450. OLE color: 11886450.
HSL color Cylindrical-coordinate representation of color #725FB5: hue angle of 253.26º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #725FB5 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 95 | 181 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.29 |
| HSL | 253.26º | 0.37% | 0.54% | - |
| HSV(B) | 253.26º | 0.48% | 0.71% | - |
| XYZ | 19.37 | 15.1 | 45.61 | - |
| YUV | 110.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 181 | 0.37 | 0.48 | 0 | 0.29 | 253.26 | 0.37 | 0.54 |
| Hex | 72 | 5F | B5 | 25 | 30 | 0 | 1D | FD | 25 | 36 |
| Octal | 162 | 137 | 265 | 45 | 60 | 0 | 35 | 375 | 45 | 66 |
| Binary | 1110010 | 1011111 | 10110101 | 100101 | 110000 | 0 | 11101 | 11111101 | 100101 | 110110 |
Color Harmonies of #725FB5
Complementary color
Monochromatic Colors of #725FB5
Black with #725FB5
Text Example
Text Example
White with #725FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725FB5; }
p { color: rgb(114,95,181); }
H1.HeaderClassName
{
color: #725FB5;
}
.AnyTagClassName
{
color: #725FB5;
}
</style>
background-color css
<style>
a { background-color: #725FB5; }
a { background-color: rgb(114,95,181); }
div.DivClassName
{
background-color: #725FB5;
}
.BgClassName
{
background-color: #725FB5;
}
</style>
border-color css
<style>
span { border-color: #725FB5; }
span { border-color: rgb(114,95,181); }
td.TdClassName
{
border-color: #725FB5;
}
.TagClassName
{
border-color: #725FB5;
}
</style>