Shades of Blue Marguerite #7560AD
Tints of Blue Marguerite #7560AD
RGB
CMYK
RGB Variations
Color information
#7560AD (or 0x7560AD) is known color: Blue Marguerite. HEX triplet: 75, 60 and AD. RGB value is (117,96,173). Sum of RGB (Red+Green+Blue) = 117+96+173=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #7560AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7560AD is #8A9F52. Grayscale: #6E6E6E. Windows color (decimal): -9084755 or 11362421. OLE color: 11362421.
HSL color Cylindrical-coordinate representation of color #7560AD: hue angle of 256.36º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7560AD is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 96 | 173 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.32 |
| HSL | 256.36º | 0.32% | 0.53% | - |
| HSV(B) | 256.36º | 0.45% | 0.68% | - |
| XYZ | 19.06 | 15.16 | 41.46 | - |
| YUV | 111.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 173 | 0.32 | 0.45 | 0 | 0.32 | 256.36 | 0.32 | 0.53 |
| Hex | 75 | 60 | AD | 20 | 2D | 0 | 20 | 100 | 20 | 35 |
| Octal | 165 | 140 | 255 | 40 | 55 | 0 | 40 | 400 | 40 | 65 |
| Binary | 1110101 | 1100000 | 10101101 | 100000 | 101101 | 0 | 100000 | 100000000 | 100000 | 110101 |
Color Harmonies of #7560AD
Complementary color
Monochromatic Colors of #7560AD
Black with #7560AD
Text Example
Text Example
White with #7560AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7560AD; }
p { color: rgb(117,96,173); }
H1.HeaderClassName
{
color: #7560AD;
}
.AnyTagClassName
{
color: #7560AD;
}
</style>
background-color css
<style>
a { background-color: #7560AD; }
a { background-color: rgb(117,96,173); }
div.DivClassName
{
background-color: #7560AD;
}
.BgClassName
{
background-color: #7560AD;
}
</style>
border-color css
<style>
span { border-color: #7560AD; }
span { border-color: rgb(117,96,173); }
td.TdClassName
{
border-color: #7560AD;
}
.TagClassName
{
border-color: #7560AD;
}
</style>