Shades of Blue Marguerite #7556C0
Tints of Blue Marguerite #7556C0
RGB
CMYK
RGB Variations
Color information
#7556C0 (or 0x7556C0) is known color: Blue Marguerite. HEX triplet: 75, 56 and C0. RGB value is (117,86,192). Sum of RGB (Red+Green+Blue) = 117+86+192=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #7556C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7556C0 is #8AA93F. Grayscale: #6A6A6A. Windows color (decimal): -9087296 or 12605045. OLE color: 12605045.
HSL color Cylindrical-coordinate representation of color #7556C0: hue angle of 257.55º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7556C0 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 86 | 192 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.25 |
| HSL | 257.55º | 0.46% | 0.55% | - |
| HSV(B) | 257.55º | 0.55% | 0.75% | - |
| XYZ | 20.18 | 14.24 | 51.55 | - |
| YUV | 107.35 | 175.77 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 192 | 0.39 | 0.55 | 0 | 0.25 | 257.55 | 0.46 | 0.55 |
| Hex | 75 | 56 | C0 | 27 | 37 | 0 | 19 | 102 | 2E | 37 |
| Octal | 165 | 126 | 300 | 47 | 67 | 0 | 31 | 402 | 56 | 67 |
| Binary | 1110101 | 1010110 | 11000000 | 100111 | 110111 | 0 | 11001 | 100000010 | 101110 | 110111 |
Color Harmonies of #7556C0
Complementary color
Monochromatic Colors of #7556C0
Black with #7556C0
Text Example
Text Example
White with #7556C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7556C0; }
p { color: rgb(117,86,192); }
H1.HeaderClassName
{
color: #7556C0;
}
.AnyTagClassName
{
color: #7556C0;
}
</style>
background-color css
<style>
a { background-color: #7556C0; }
a { background-color: rgb(117,86,192); }
div.DivClassName
{
background-color: #7556C0;
}
.BgClassName
{
background-color: #7556C0;
}
</style>
border-color css
<style>
span { border-color: #7556C0; }
span { border-color: rgb(117,86,192); }
td.TdClassName
{
border-color: #7556C0;
}
.TagClassName
{
border-color: #7556C0;
}
</style>