Shades of Blue Marguerite #725DBB
Tints of Blue Marguerite #725DBB
RGB
CMYK
RGB Variations
Color information
#725DBB (or 0x725DBB) is known color: Blue Marguerite. HEX triplet: 72, 5D and BB. RGB value is (114,93,187). Sum of RGB (Red+Green+Blue) = 114+93+187=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #725DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DBB is #8DA244. Grayscale: #6D6D6D. Windows color (decimal): -9282117 or 12279154. OLE color: 12279154.
HSL color Cylindrical-coordinate representation of color #725DBB: hue angle of 253.4º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #725DBB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 93 | 187 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.27 |
| HSL | 253.4º | 0.41% | 0.55% | - |
| HSV(B) | 253.4º | 0.5% | 0.73% | - |
| XYZ | 19.82 | 14.99 | 48.86 | - |
| YUV | 110 | 171.46 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 187 | 0.39 | 0.50 | 0 | 0.27 | 253.4 | 0.41 | 0.55 |
| Hex | 72 | 5D | BB | 27 | 32 | 0 | 1B | FD | 29 | 37 |
| Octal | 162 | 135 | 273 | 47 | 62 | 0 | 33 | 375 | 51 | 67 |
| Binary | 1110010 | 1011101 | 10111011 | 100111 | 110010 | 0 | 11011 | 11111101 | 101001 | 110111 |
Color Harmonies of #725DBB
Complementary color
Monochromatic Colors of #725DBB
Black with #725DBB
Text Example
Text Example
White with #725DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725DBB; }
p { color: rgb(114,93,187); }
H1.HeaderClassName
{
color: #725DBB;
}
.AnyTagClassName
{
color: #725DBB;
}
</style>
background-color css
<style>
a { background-color: #725DBB; }
a { background-color: rgb(114,93,187); }
div.DivClassName
{
background-color: #725DBB;
}
.BgClassName
{
background-color: #725DBB;
}
</style>
border-color css
<style>
span { border-color: #725DBB; }
span { border-color: rgb(114,93,187); }
td.TdClassName
{
border-color: #725DBB;
}
.TagClassName
{
border-color: #725DBB;
}
</style>