Shades of Blue Marguerite #725CAF
Tints of Blue Marguerite #725CAF
RGB
CMYK
RGB Variations
Color information
#725CAF (or 0x725CAF) is known color: Blue Marguerite. HEX triplet: 72, 5C and AF. RGB value is (114,92,175). Sum of RGB (Red+Green+Blue) = 114+92+175=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #725CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725CAF is #8DA350. Grayscale: #6B6B6B. Windows color (decimal): -9282385 or 11492466. OLE color: 11492466.
HSL color Cylindrical-coordinate representation of color #725CAF: hue angle of 255.9º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #725CAF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 92 | 175 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.31 |
| HSL | 255.9º | 0.34% | 0.52% | - |
| HSV(B) | 255.9º | 0.47% | 0.69% | - |
| XYZ | 18.5 | 14.33 | 42.35 | - |
| YUV | 108.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 175 | 0.35 | 0.47 | 0 | 0.31 | 255.9 | 0.34 | 0.52 |
| Hex | 72 | 5C | AF | 23 | 2F | 0 | 1F | 100 | 22 | 34 |
| Octal | 162 | 134 | 257 | 43 | 57 | 0 | 37 | 400 | 42 | 64 |
| Binary | 1110010 | 1011100 | 10101111 | 100011 | 101111 | 0 | 11111 | 100000000 | 100010 | 110100 |
Color Harmonies of #725CAF
Complementary color
Monochromatic Colors of #725CAF
Black with #725CAF
Text Example
Text Example
White with #725CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CAF; }
p { color: rgb(114,92,175); }
H1.HeaderClassName
{
color: #725CAF;
}
.AnyTagClassName
{
color: #725CAF;
}
</style>
background-color css
<style>
a { background-color: #725CAF; }
a { background-color: rgb(114,92,175); }
div.DivClassName
{
background-color: #725CAF;
}
.BgClassName
{
background-color: #725CAF;
}
</style>
border-color css
<style>
span { border-color: #725CAF; }
span { border-color: rgb(114,92,175); }
td.TdClassName
{
border-color: #725CAF;
}
.TagClassName
{
border-color: #725CAF;
}
</style>