Shades of Blue Marguerite #725DBD
Tints of Blue Marguerite #725DBD
RGB
CMYK
RGB Variations
Color information
#725DBD (or 0x725DBD) is known color: Blue Marguerite. HEX triplet: 72, 5D and BD. RGB value is (114,93,189). Sum of RGB (Red+Green+Blue) = 114+93+189=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #725DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DBD is #8DA242. Grayscale: #6D6D6D. Windows color (decimal): -9282115 or 12410226. OLE color: 12410226.
HSL color Cylindrical-coordinate representation of color #725DBD: hue angle of 253.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #725DBD is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 93 | 189 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.26 |
| HSL | 253.13º | 0.42% | 0.55% | - |
| HSV(B) | 253.13º | 0.51% | 0.74% | - |
| XYZ | 20.04 | 15.08 | 50 | - |
| YUV | 110.22 | 172.46 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 189 | 0.40 | 0.51 | 0 | 0.26 | 253.13 | 0.42 | 0.55 |
| Hex | 72 | 5D | BD | 28 | 33 | 0 | 1A | FD | 2A | 37 |
| Octal | 162 | 135 | 275 | 50 | 63 | 0 | 32 | 375 | 52 | 67 |
| Binary | 1110010 | 1011101 | 10111101 | 101000 | 110011 | 0 | 11010 | 11111101 | 101010 | 110111 |
Color Harmonies of #725DBD
Complementary color
Monochromatic Colors of #725DBD
Black with #725DBD
Text Example
Text Example
White with #725DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725DBD; }
p { color: rgb(114,93,189); }
H1.HeaderClassName
{
color: #725DBD;
}
.AnyTagClassName
{
color: #725DBD;
}
</style>
background-color css
<style>
a { background-color: #725DBD; }
a { background-color: rgb(114,93,189); }
div.DivClassName
{
background-color: #725DBD;
}
.BgClassName
{
background-color: #725DBD;
}
</style>
border-color css
<style>
span { border-color: #725DBD; }
span { border-color: rgb(114,93,189); }
td.TdClassName
{
border-color: #725DBD;
}
.TagClassName
{
border-color: #725DBD;
}
</style>