Shades of Blue Marguerite #7559AC
Tints of Blue Marguerite #7559AC
RGB
CMYK
RGB Variations
Color information
#7559AC (or 0x7559AC) is known color: Blue Marguerite. HEX triplet: 75, 59 and AC. RGB value is (117,89,172). Sum of RGB (Red+Green+Blue) = 117+89+172=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #7559AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7559AC is #8AA653. Grayscale: #6A6A6A. Windows color (decimal): -9086548 or 11295093. OLE color: 11295093.
HSL color Cylindrical-coordinate representation of color #7559AC: hue angle of 260.24º 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 #7559AC is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 89 | 172 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.33 |
| HSL | 260.24º | 0.33% | 0.51% | - |
| HSV(B) | 260.24º | 0.48% | 0.67% | - |
| XYZ | 18.35 | 13.91 | 40.75 | - |
| YUV | 106.83 | 164.78 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 172 | 0.32 | 0.48 | 0 | 0.33 | 260.24 | 0.33 | 0.51 |
| Hex | 75 | 59 | AC | 20 | 30 | 0 | 21 | 104 | 21 | 33 |
| Octal | 165 | 131 | 254 | 40 | 60 | 0 | 41 | 404 | 41 | 63 |
| Binary | 1110101 | 1011001 | 10101100 | 100000 | 110000 | 0 | 100001 | 100000100 | 100001 | 110011 |
Color Harmonies of #7559AC
Complementary color
Monochromatic Colors of #7559AC
Black with #7559AC
Text Example
Text Example
White with #7559AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7559AC; }
p { color: rgb(117,89,172); }
H1.HeaderClassName
{
color: #7559AC;
}
.AnyTagClassName
{
color: #7559AC;
}
</style>
background-color css
<style>
a { background-color: #7559AC; }
a { background-color: rgb(117,89,172); }
div.DivClassName
{
background-color: #7559AC;
}
.BgClassName
{
background-color: #7559AC;
}
</style>
border-color css
<style>
span { border-color: #7559AC; }
span { border-color: rgb(117,89,172); }
td.TdClassName
{
border-color: #7559AC;
}
.TagClassName
{
border-color: #7559AC;
}
</style>