Shades of Blue Marguerite #7556BB
Tints of Blue Marguerite #7556BB
RGB
CMYK
RGB Variations
Color information
#7556BB (or 0x7556BB) is known color: Blue Marguerite. HEX triplet: 75, 56 and BB. RGB value is (117,86,187). Sum of RGB (Red+Green+Blue) = 117+86+187=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #7556BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7556BB is #8AA944. Grayscale: #6A6A6A. Windows color (decimal): -9087301 or 12277365. OLE color: 12277365.
HSL color Cylindrical-coordinate representation of color #7556BB: hue angle of 258.42º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7556BB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 86 | 187 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.27 |
| HSL | 258.42º | 0.43% | 0.54% | - |
| HSV(B) | 258.42º | 0.54% | 0.73% | - |
| XYZ | 19.63 | 14.03 | 48.69 | - |
| YUV | 106.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 187 | 0.37 | 0.54 | 0 | 0.27 | 258.42 | 0.43 | 0.54 |
| Hex | 75 | 56 | BB | 25 | 36 | 0 | 1B | 102 | 2B | 36 |
| Octal | 165 | 126 | 273 | 45 | 66 | 0 | 33 | 402 | 53 | 66 |
| Binary | 1110101 | 1010110 | 10111011 | 100101 | 110110 | 0 | 11011 | 100000010 | 101011 | 110110 |
Color Harmonies of #7556BB
Complementary color
Monochromatic Colors of #7556BB
Black with #7556BB
Text Example
Text Example
White with #7556BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7556BB; }
p { color: rgb(117,86,187); }
H1.HeaderClassName
{
color: #7556BB;
}
.AnyTagClassName
{
color: #7556BB;
}
</style>
background-color css
<style>
a { background-color: #7556BB; }
a { background-color: rgb(117,86,187); }
div.DivClassName
{
background-color: #7556BB;
}
.BgClassName
{
background-color: #7556BB;
}
</style>
border-color css
<style>
span { border-color: #7556BB; }
span { border-color: rgb(117,86,187); }
td.TdClassName
{
border-color: #7556BB;
}
.TagClassName
{
border-color: #7556BB;
}
</style>