Shades of Blue Marguerite #7554BC
Tints of Blue Marguerite #7554BC
RGB
CMYK
RGB Variations
Color information
#7554BC (or 0x7554BC) is known color: Blue Marguerite. HEX triplet: 75, 54 and BC. RGB value is (117,84,188). Sum of RGB (Red+Green+Blue) = 117+84+188=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #7554BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7554BC is #8AAB43. Grayscale: #696969. Windows color (decimal): -9087812 or 12342389. OLE color: 12342389.
HSL color Cylindrical-coordinate representation of color #7554BC: hue angle of 259.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7554BC is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 84 | 188 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.26 |
| HSL | 259.04º | 0.44% | 0.53% | - |
| HSV(B) | 259.04º | 0.55% | 0.74% | - |
| XYZ | 19.58 | 13.75 | 49.2 | - |
| YUV | 105.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 188 | 0.38 | 0.55 | 0 | 0.26 | 259.04 | 0.44 | 0.53 |
| Hex | 75 | 54 | BC | 26 | 37 | 0 | 1A | 103 | 2C | 35 |
| Octal | 165 | 124 | 274 | 46 | 67 | 0 | 32 | 403 | 54 | 65 |
| Binary | 1110101 | 1010100 | 10111100 | 100110 | 110111 | 0 | 11010 | 100000011 | 101100 | 110101 |
Color Harmonies of #7554BC
Complementary color
Monochromatic Colors of #7554BC
Black with #7554BC
Text Example
Text Example
White with #7554BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7554BC; }
p { color: rgb(117,84,188); }
H1.HeaderClassName
{
color: #7554BC;
}
.AnyTagClassName
{
color: #7554BC;
}
</style>
background-color css
<style>
a { background-color: #7554BC; }
a { background-color: rgb(117,84,188); }
div.DivClassName
{
background-color: #7554BC;
}
.BgClassName
{
background-color: #7554BC;
}
</style>
border-color css
<style>
span { border-color: #7554BC; }
span { border-color: rgb(117,84,188); }
td.TdClassName
{
border-color: #7554BC;
}
.TagClassName
{
border-color: #7554BC;
}
</style>