Shades of Blue Marguerite #725AB2
Tints of Blue Marguerite #725AB2
RGB
CMYK
RGB Variations
Color information
#725AB2 (or 0x725AB2) is known color: Blue Marguerite. HEX triplet: 72, 5A and B2. RGB value is (114,90,178). Sum of RGB (Red+Green+Blue) = 114+90+178=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #725AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725AB2 is #8DA54D. Grayscale: #6A6A6A. Windows color (decimal): -9282894 or 11688562. OLE color: 11688562.
HSL color Cylindrical-coordinate representation of color #725AB2: hue angle of 256.36º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #725AB2 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 90 | 178 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.30 |
| HSL | 256.36º | 0.36% | 0.53% | - |
| HSV(B) | 256.36º | 0.49% | 0.7% | - |
| XYZ | 18.63 | 14.1 | 43.86 | - |
| YUV | 107.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 178 | 0.36 | 0.49 | 0 | 0.30 | 256.36 | 0.36 | 0.53 |
| Hex | 72 | 5A | B2 | 24 | 31 | 0 | 1E | 100 | 24 | 35 |
| Octal | 162 | 132 | 262 | 44 | 61 | 0 | 36 | 400 | 44 | 65 |
| Binary | 1110010 | 1011010 | 10110010 | 100100 | 110001 | 0 | 11110 | 100000000 | 100100 | 110101 |
Color Harmonies of #725AB2
Complementary color
Monochromatic Colors of #725AB2
Black with #725AB2
Text Example
Text Example
White with #725AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725AB2; }
p { color: rgb(114,90,178); }
H1.HeaderClassName
{
color: #725AB2;
}
.AnyTagClassName
{
color: #725AB2;
}
</style>
background-color css
<style>
a { background-color: #725AB2; }
a { background-color: rgb(114,90,178); }
div.DivClassName
{
background-color: #725AB2;
}
.BgClassName
{
background-color: #725AB2;
}
</style>
border-color css
<style>
span { border-color: #725AB2; }
span { border-color: rgb(114,90,178); }
td.TdClassName
{
border-color: #725AB2;
}
.TagClassName
{
border-color: #725AB2;
}
</style>