Shades of Blue Marguerite #7256AD
Tints of Blue Marguerite #7256AD
RGB
CMYK
RGB Variations
Color information
#7256AD (or 0x7256AD) is known color: Blue Marguerite. HEX triplet: 72, 56 and AD. RGB value is (114,86,173). Sum of RGB (Red+Green+Blue) = 114+86+173=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #7256AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7256AD is #8DA952. Grayscale: #676767. Windows color (decimal): -9283923 or 11359858. OLE color: 11359858.
HSL color Cylindrical-coordinate representation of color #7256AD: hue angle of 259.31º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7256AD is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 86 | 173 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.32 |
| HSL | 259.31º | 0.35% | 0.51% | - |
| HSV(B) | 259.31º | 0.5% | 0.68% | - |
| XYZ | 17.81 | 13.25 | 41.15 | - |
| YUV | 104.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 173 | 0.34 | 0.50 | 0 | 0.32 | 259.31 | 0.35 | 0.51 |
| Hex | 72 | 56 | AD | 22 | 32 | 0 | 20 | 103 | 23 | 33 |
| Octal | 162 | 126 | 255 | 42 | 62 | 0 | 40 | 403 | 43 | 63 |
| Binary | 1110010 | 1010110 | 10101101 | 100010 | 110010 | 0 | 100000 | 100000011 | 100011 | 110011 |
Color Harmonies of #7256AD
Complementary color
Monochromatic Colors of #7256AD
Black with #7256AD
Text Example
Text Example
White with #7256AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7256AD; }
p { color: rgb(114,86,173); }
H1.HeaderClassName
{
color: #7256AD;
}
.AnyTagClassName
{
color: #7256AD;
}
</style>
background-color css
<style>
a { background-color: #7256AD; }
a { background-color: rgb(114,86,173); }
div.DivClassName
{
background-color: #7256AD;
}
.BgClassName
{
background-color: #7256AD;
}
</style>
border-color css
<style>
span { border-color: #7256AD; }
span { border-color: rgb(114,86,173); }
td.TdClassName
{
border-color: #7256AD;
}
.TagClassName
{
border-color: #7256AD;
}
</style>