Shades of Blue Marguerite #7556BA
Tints of Blue Marguerite #7556BA
RGB
CMYK
RGB Variations
Color information
#7556BA (or 0x7556BA) is known color: Blue Marguerite. HEX triplet: 75, 56 and BA. RGB value is (117,86,186). Sum of RGB (Red+Green+Blue) = 117+86+186=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #7556BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7556BA is #8AA945. Grayscale: #6A6A6A. Windows color (decimal): -9087302 or 12211829. OLE color: 12211829.
HSL color Cylindrical-coordinate representation of color #7556BA: hue angle of 258.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7556BA is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 86 | 186 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.27 |
| HSL | 258.6º | 0.42% | 0.53% | - |
| HSV(B) | 258.6º | 0.54% | 0.73% | - |
| XYZ | 19.53 | 13.98 | 48.12 | - |
| YUV | 106.67 | 172.77 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 186 | 0.37 | 0.54 | 0 | 0.27 | 258.6 | 0.42 | 0.53 |
| Hex | 75 | 56 | BA | 25 | 36 | 0 | 1B | 103 | 2A | 35 |
| Octal | 165 | 126 | 272 | 45 | 66 | 0 | 33 | 403 | 52 | 65 |
| Binary | 1110101 | 1010110 | 10111010 | 100101 | 110110 | 0 | 11011 | 100000011 | 101010 | 110101 |
Color Harmonies of #7556BA
Complementary color
Monochromatic Colors of #7556BA
Black with #7556BA
Text Example
Text Example
White with #7556BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7556BA; }
p { color: rgb(117,86,186); }
H1.HeaderClassName
{
color: #7556BA;
}
.AnyTagClassName
{
color: #7556BA;
}
</style>
background-color css
<style>
a { background-color: #7556BA; }
a { background-color: rgb(117,86,186); }
div.DivClassName
{
background-color: #7556BA;
}
.BgClassName
{
background-color: #7556BA;
}
</style>
border-color css
<style>
span { border-color: #7556BA; }
span { border-color: rgb(117,86,186); }
td.TdClassName
{
border-color: #7556BA;
}
.TagClassName
{
border-color: #7556BA;
}
</style>