Shades of Blue Marguerite #725BBC
Tints of Blue Marguerite #725BBC
RGB
CMYK
RGB Variations
Color information
#725BBC (or 0x725BBC) is known color: Blue Marguerite. HEX triplet: 72, 5B and BC. RGB value is (114,91,188). Sum of RGB (Red+Green+Blue) = 114+91+188=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #725BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BBC is #8DA443. Grayscale: #6C6C6C. Windows color (decimal): -9282628 or 12344178. OLE color: 12344178.
HSL color Cylindrical-coordinate representation of color #725BBC: hue angle of 254.23º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #725BBC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 91 | 188 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.26 |
| HSL | 254.23º | 0.42% | 0.55% | - |
| HSV(B) | 254.23º | 0.52% | 0.74% | - |
| XYZ | 19.76 | 14.69 | 49.37 | - |
| YUV | 108.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 188 | 0.39 | 0.52 | 0 | 0.26 | 254.23 | 0.42 | 0.55 |
| Hex | 72 | 5B | BC | 27 | 34 | 0 | 1A | FE | 2A | 37 |
| Octal | 162 | 133 | 274 | 47 | 64 | 0 | 32 | 376 | 52 | 67 |
| Binary | 1110010 | 1011011 | 10111100 | 100111 | 110100 | 0 | 11010 | 11111110 | 101010 | 110111 |
Color Harmonies of #725BBC
Complementary color
Monochromatic Colors of #725BBC
Black with #725BBC
Text Example
Text Example
White with #725BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725BBC; }
p { color: rgb(114,91,188); }
H1.HeaderClassName
{
color: #725BBC;
}
.AnyTagClassName
{
color: #725BBC;
}
</style>
background-color css
<style>
a { background-color: #725BBC; }
a { background-color: rgb(114,91,188); }
div.DivClassName
{
background-color: #725BBC;
}
.BgClassName
{
background-color: #725BBC;
}
</style>
border-color css
<style>
span { border-color: #725BBC; }
span { border-color: rgb(114,91,188); }
td.TdClassName
{
border-color: #725BBC;
}
.TagClassName
{
border-color: #725BBC;
}
</style>