Shades of Blue Marguerite #725CAB
Tints of Blue Marguerite #725CAB
RGB
CMYK
RGB Variations
Color information
#725CAB (or 0x725CAB) is known color: Blue Marguerite. HEX triplet: 72, 5C and AB. RGB value is (114,92,171). Sum of RGB (Red+Green+Blue) = 114+92+171=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #725CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725CAB is #8DA354. Grayscale: #6B6B6B. Windows color (decimal): -9282389 or 11230322. OLE color: 11230322.
HSL color Cylindrical-coordinate representation of color #725CAB: hue angle of 256.71º 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 #725CAB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 92 | 171 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.33 |
| HSL | 256.71º | 0.32% | 0.52% | - |
| HSV(B) | 256.71º | 0.46% | 0.67% | - |
| XYZ | 18.12 | 14.17 | 40.31 | - |
| YUV | 107.58 | 163.79 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 171 | 0.33 | 0.46 | 0 | 0.33 | 256.71 | 0.32 | 0.52 |
| Hex | 72 | 5C | AB | 21 | 2E | 0 | 21 | 101 | 20 | 34 |
| Octal | 162 | 134 | 253 | 41 | 56 | 0 | 41 | 401 | 40 | 64 |
| Binary | 1110010 | 1011100 | 10101011 | 100001 | 101110 | 0 | 100001 | 100000001 | 100000 | 110100 |
Color Harmonies of #725CAB
Complementary color
Monochromatic Colors of #725CAB
Black with #725CAB
Text Example
Text Example
White with #725CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CAB; }
p { color: rgb(114,92,171); }
H1.HeaderClassName
{
color: #725CAB;
}
.AnyTagClassName
{
color: #725CAB;
}
</style>
background-color css
<style>
a { background-color: #725CAB; }
a { background-color: rgb(114,92,171); }
div.DivClassName
{
background-color: #725CAB;
}
.BgClassName
{
background-color: #725CAB;
}
</style>
border-color css
<style>
span { border-color: #725CAB; }
span { border-color: rgb(114,92,171); }
td.TdClassName
{
border-color: #725CAB;
}
.TagClassName
{
border-color: #725CAB;
}
</style>