Shades of Blue Marguerite #7559AB
Tints of Blue Marguerite #7559AB
RGB
CMYK
RGB Variations
Color information
#7559AB (or 0x7559AB) is known color: Blue Marguerite. HEX triplet: 75, 59 and AB. RGB value is (117,89,171). Sum of RGB (Red+Green+Blue) = 117+89+171=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 89 (35.16% from 255 or 23.61% 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 #7559AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7559AB is #8AA654. Grayscale: #6A6A6A. Windows color (decimal): -9086549 or 11229557. OLE color: 11229557.
HSL color Cylindrical-coordinate representation of color #7559AB: hue angle of 260.49º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7559AB is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 89 | 171 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.33 |
| HSL | 260.49º | 0.33% | 0.51% | - |
| HSV(B) | 260.49º | 0.48% | 0.67% | - |
| XYZ | 18.26 | 13.87 | 40.24 | - |
| YUV | 106.72 | 164.28 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 171 | 0.32 | 0.48 | 0 | 0.33 | 260.49 | 0.33 | 0.51 |
| Hex | 75 | 59 | AB | 20 | 30 | 0 | 21 | 104 | 21 | 33 |
| Octal | 165 | 131 | 253 | 40 | 60 | 0 | 41 | 404 | 41 | 63 |
| Binary | 1110101 | 1011001 | 10101011 | 100000 | 110000 | 0 | 100001 | 100000100 | 100001 | 110011 |
Color Harmonies of #7559AB
Complementary color
Monochromatic Colors of #7559AB
Black with #7559AB
Text Example
Text Example
White with #7559AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7559AB; }
p { color: rgb(117,89,171); }
H1.HeaderClassName
{
color: #7559AB;
}
.AnyTagClassName
{
color: #7559AB;
}
</style>
background-color css
<style>
a { background-color: #7559AB; }
a { background-color: rgb(117,89,171); }
div.DivClassName
{
background-color: #7559AB;
}
.BgClassName
{
background-color: #7559AB;
}
</style>
border-color css
<style>
span { border-color: #7559AB; }
span { border-color: rgb(117,89,171); }
td.TdClassName
{
border-color: #7559AB;
}
.TagClassName
{
border-color: #7559AB;
}
</style>