Shades of Blue Marguerite #725FBA
Tints of Blue Marguerite #725FBA
RGB
CMYK
RGB Variations
Color information
#725FBA (or 0x725FBA) is known color: Blue Marguerite. HEX triplet: 72, 5F and BA. RGB value is (114,95,186). Sum of RGB (Red+Green+Blue) = 114+95+186=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #725FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FBA is #8DA045. Grayscale: #6E6E6E. Windows color (decimal): -9281606 or 12214130. OLE color: 12214130.
HSL color Cylindrical-coordinate representation of color #725FBA: hue angle of 252.53º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #725FBA is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 95 | 186 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.27 |
| HSL | 252.53º | 0.4% | 0.55% | - |
| HSV(B) | 252.53º | 0.49% | 0.73% | - |
| XYZ | 19.89 | 15.31 | 48.36 | - |
| YUV | 111.06 | 170.29 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 186 | 0.39 | 0.49 | 0 | 0.27 | 252.53 | 0.4 | 0.55 |
| Hex | 72 | 5F | BA | 27 | 31 | 0 | 1B | FD | 28 | 37 |
| Octal | 162 | 137 | 272 | 47 | 61 | 0 | 33 | 375 | 50 | 67 |
| Binary | 1110010 | 1011111 | 10111010 | 100111 | 110001 | 0 | 11011 | 11111101 | 101000 | 110111 |
Color Harmonies of #725FBA
Complementary color
Monochromatic Colors of #725FBA
Black with #725FBA
Text Example
Text Example
White with #725FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725FBA; }
p { color: rgb(114,95,186); }
H1.HeaderClassName
{
color: #725FBA;
}
.AnyTagClassName
{
color: #725FBA;
}
</style>
background-color css
<style>
a { background-color: #725FBA; }
a { background-color: rgb(114,95,186); }
div.DivClassName
{
background-color: #725FBA;
}
.BgClassName
{
background-color: #725FBA;
}
</style>
border-color css
<style>
span { border-color: #725FBA; }
span { border-color: rgb(114,95,186); }
td.TdClassName
{
border-color: #725FBA;
}
.TagClassName
{
border-color: #725FBA;
}
</style>