Shades of Blue Marguerite #7558AC
Tints of Blue Marguerite #7558AC
RGB
CMYK
RGB Variations
Color information
#7558AC (or 0x7558AC) is known color: Blue Marguerite. HEX triplet: 75, 58 and AC. RGB value is (117,88,172). Sum of RGB (Red+Green+Blue) = 117+88+172=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #7558AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7558AC is #8AA753. Grayscale: #696969. Windows color (decimal): -9086804 or 11294837. OLE color: 11294837.
HSL color Cylindrical-coordinate representation of color #7558AC: hue angle of 260.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7558AC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 88 | 172 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.33 |
| HSL | 260.71º | 0.34% | 0.51% | - |
| HSV(B) | 260.71º | 0.49% | 0.67% | - |
| XYZ | 18.27 | 13.74 | 40.72 | - |
| YUV | 106.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 172 | 0.32 | 0.49 | 0 | 0.33 | 260.71 | 0.34 | 0.51 |
| Hex | 75 | 58 | AC | 20 | 31 | 0 | 21 | 105 | 22 | 33 |
| Octal | 165 | 130 | 254 | 40 | 61 | 0 | 41 | 405 | 42 | 63 |
| Binary | 1110101 | 1011000 | 10101100 | 100000 | 110001 | 0 | 100001 | 100000101 | 100010 | 110011 |
Color Harmonies of #7558AC
Complementary color
Monochromatic Colors of #7558AC
Black with #7558AC
Text Example
Text Example
White with #7558AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7558AC; }
p { color: rgb(117,88,172); }
H1.HeaderClassName
{
color: #7558AC;
}
.AnyTagClassName
{
color: #7558AC;
}
</style>
background-color css
<style>
a { background-color: #7558AC; }
a { background-color: rgb(117,88,172); }
div.DivClassName
{
background-color: #7558AC;
}
.BgClassName
{
background-color: #7558AC;
}
</style>
border-color css
<style>
span { border-color: #7558AC; }
span { border-color: rgb(117,88,172); }
td.TdClassName
{
border-color: #7558AC;
}
.TagClassName
{
border-color: #7558AC;
}
</style>