Shades of Blue Marguerite #7554BB
Tints of Blue Marguerite #7554BB
RGB
CMYK
RGB Variations
Color information
#7554BB (or 0x7554BB) is known color: Blue Marguerite. HEX triplet: 75, 54 and BB. RGB value is (117,84,187). Sum of RGB (Red+Green+Blue) = 117+84+187=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #7554BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7554BB is #8AAB44. Grayscale: #696969. Windows color (decimal): -9087813 or 12276853. OLE color: 12276853.
HSL color Cylindrical-coordinate representation of color #7554BB: hue angle of 259.22º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7554BB is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 84 | 187 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.27 |
| HSL | 259.22º | 0.43% | 0.53% | - |
| HSV(B) | 259.22º | 0.55% | 0.73% | - |
| XYZ | 19.48 | 13.71 | 48.63 | - |
| YUV | 105.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 187 | 0.37 | 0.55 | 0 | 0.27 | 259.22 | 0.43 | 0.53 |
| Hex | 75 | 54 | BB | 25 | 37 | 0 | 1B | 103 | 2B | 35 |
| Octal | 165 | 124 | 273 | 45 | 67 | 0 | 33 | 403 | 53 | 65 |
| Binary | 1110101 | 1010100 | 10111011 | 100101 | 110111 | 0 | 11011 | 100000011 | 101011 | 110101 |
Color Harmonies of #7554BB
Complementary color
Monochromatic Colors of #7554BB
Black with #7554BB
Text Example
Text Example
White with #7554BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7554BB; }
p { color: rgb(117,84,187); }
H1.HeaderClassName
{
color: #7554BB;
}
.AnyTagClassName
{
color: #7554BB;
}
</style>
background-color css
<style>
a { background-color: #7554BB; }
a { background-color: rgb(117,84,187); }
div.DivClassName
{
background-color: #7554BB;
}
.BgClassName
{
background-color: #7554BB;
}
</style>
border-color css
<style>
span { border-color: #7554BB; }
span { border-color: rgb(117,84,187); }
td.TdClassName
{
border-color: #7554BB;
}
.TagClassName
{
border-color: #7554BB;
}
</style>