Shades of Blue Marguerite #7558AF
Tints of Blue Marguerite #7558AF
RGB
CMYK
RGB Variations
Color information
#7558AF (or 0x7558AF) is known color: Blue Marguerite. HEX triplet: 75, 58 and AF. RGB value is (117,88,175). Sum of RGB (Red+Green+Blue) = 117+88+175=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #7558AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7558AF is #8AA750. Grayscale: #6A6A6A. Windows color (decimal): -9086801 or 11491445. OLE color: 11491445.
HSL color Cylindrical-coordinate representation of color #7558AF: hue angle of 260º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7558AF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 88 | 175 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.31 |
| HSL | 260º | 0.35% | 0.52% | - |
| HSV(B) | 260º | 0.5% | 0.69% | - |
| XYZ | 18.56 | 13.86 | 42.25 | - |
| YUV | 106.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 175 | 0.33 | 0.50 | 0 | 0.31 | 260 | 0.35 | 0.52 |
| Hex | 75 | 58 | AF | 21 | 32 | 0 | 1F | 104 | 23 | 34 |
| Octal | 165 | 130 | 257 | 41 | 62 | 0 | 37 | 404 | 43 | 64 |
| Binary | 1110101 | 1011000 | 10101111 | 100001 | 110010 | 0 | 11111 | 100000100 | 100011 | 110100 |
Color Harmonies of #7558AF
Complementary color
Monochromatic Colors of #7558AF
Black with #7558AF
Text Example
Text Example
White with #7558AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7558AF; }
p { color: rgb(117,88,175); }
H1.HeaderClassName
{
color: #7558AF;
}
.AnyTagClassName
{
color: #7558AF;
}
</style>
background-color css
<style>
a { background-color: #7558AF; }
a { background-color: rgb(117,88,175); }
div.DivClassName
{
background-color: #7558AF;
}
.BgClassName
{
background-color: #7558AF;
}
</style>
border-color css
<style>
span { border-color: #7558AF; }
span { border-color: rgb(117,88,175); }
td.TdClassName
{
border-color: #7558AF;
}
.TagClassName
{
border-color: #7558AF;
}
</style>