Shades of Blue Marguerite #725BB6
Tints of Blue Marguerite #725BB6
RGB
CMYK
RGB Variations
Color information
#725BB6 (or 0x725BB6) is known color: Blue Marguerite. HEX triplet: 72, 5B and B6. RGB value is (114,91,182). Sum of RGB (Red+Green+Blue) = 114+91+182=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #725BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BB6 is #8DA449. Grayscale: #6B6B6B. Windows color (decimal): -9282634 or 11950962. OLE color: 11950962.
HSL color Cylindrical-coordinate representation of color #725BB6: hue angle of 255.16º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #725BB6 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 91 | 182 | - |
| CMYK | 0.37 | 0.5 | 0 | 0.29 |
| HSL | 255.16º | 0.38% | 0.54% | - |
| HSV(B) | 255.16º | 0.5% | 0.71% | - |
| XYZ | 19.12 | 14.44 | 46.03 | - |
| YUV | 108.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 182 | 0.37 | 0.5 | 0 | 0.29 | 255.16 | 0.38 | 0.54 |
| Hex | 72 | 5B | B6 | 25 | 32 | 0 | 1D | FF | 26 | 36 |
| Octal | 162 | 133 | 266 | 45 | 62 | 0 | 35 | 377 | 46 | 66 |
| Binary | 1110010 | 1011011 | 10110110 | 100101 | 110010 | 0 | 11101 | 11111111 | 100110 | 110110 |
Color Harmonies of #725BB6
Complementary color
Monochromatic Colors of #725BB6
Black with #725BB6
Text Example
Text Example
White with #725BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725BB6; }
p { color: rgb(114,91,182); }
H1.HeaderClassName
{
color: #725BB6;
}
.AnyTagClassName
{
color: #725BB6;
}
</style>
background-color css
<style>
a { background-color: #725BB6; }
a { background-color: rgb(114,91,182); }
div.DivClassName
{
background-color: #725BB6;
}
.BgClassName
{
background-color: #725BB6;
}
</style>
border-color css
<style>
span { border-color: #725BB6; }
span { border-color: rgb(114,91,182); }
td.TdClassName
{
border-color: #725BB6;
}
.TagClassName
{
border-color: #725BB6;
}
</style>