Shades of Blue Marguerite #725DAB
Tints of Blue Marguerite #725DAB
RGB
CMYK
RGB Variations
Color information
#725DAB (or 0x725DAB) is known color: Blue Marguerite. HEX triplet: 72, 5D and AB. RGB value is (114,93,171). Sum of RGB (Red+Green+Blue) = 114+93+171=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #725DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725DAB is #8DA254. Grayscale: #6B6B6B. Windows color (decimal): -9282133 or 11230578. OLE color: 11230578.
HSL color Cylindrical-coordinate representation of color #725DAB: hue angle of 256.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #725DAB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 93 | 171 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.33 |
| HSL | 256.15º | 0.32% | 0.52% | - |
| HSV(B) | 256.15º | 0.46% | 0.67% | - |
| XYZ | 18.2 | 14.35 | 40.34 | - |
| YUV | 108.17 | 163.46 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 171 | 0.33 | 0.46 | 0 | 0.33 | 256.15 | 0.32 | 0.52 |
| Hex | 72 | 5D | AB | 21 | 2E | 0 | 21 | 100 | 20 | 34 |
| Octal | 162 | 135 | 253 | 41 | 56 | 0 | 41 | 400 | 40 | 64 |
| Binary | 1110010 | 1011101 | 10101011 | 100001 | 101110 | 0 | 100001 | 100000000 | 100000 | 110100 |
Color Harmonies of #725DAB
Complementary color
Monochromatic Colors of #725DAB
Black with #725DAB
Text Example
Text Example
White with #725DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725DAB; }
p { color: rgb(114,93,171); }
H1.HeaderClassName
{
color: #725DAB;
}
.AnyTagClassName
{
color: #725DAB;
}
</style>
background-color css
<style>
a { background-color: #725DAB; }
a { background-color: rgb(114,93,171); }
div.DivClassName
{
background-color: #725DAB;
}
.BgClassName
{
background-color: #725DAB;
}
</style>
border-color css
<style>
span { border-color: #725DAB; }
span { border-color: rgb(114,93,171); }
td.TdClassName
{
border-color: #725DAB;
}
.TagClassName
{
border-color: #725DAB;
}
</style>