Shades of Blue Marguerite #7154BC
Tints of Blue Marguerite #7154BC
RGB
CMYK
RGB Variations
Color information
#7154BC (or 0x7154BC) is known color: Blue Marguerite. HEX triplet: 71, 54 and BC. RGB value is (113,84,188). Sum of RGB (Red+Green+Blue) = 113+84+188=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #7154BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154BC is #8EAB43. Grayscale: #686868. Windows color (decimal): -9349956 or 12342385. OLE color: 12342385.
HSL color Cylindrical-coordinate representation of color #7154BC: hue angle of 256.73º 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 #7154BC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 84 | 188 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.26 |
| HSL | 256.73º | 0.44% | 0.53% | - |
| HSV(B) | 256.73º | 0.55% | 0.74% | - |
| XYZ | 19.06 | 13.48 | 49.17 | - |
| YUV | 104.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 84 | 188 | 0.40 | 0.55 | 0 | 0.26 | 256.73 | 0.44 | 0.53 |
| Hex | 71 | 54 | BC | 28 | 37 | 0 | 1A | 101 | 2C | 35 |
| Octal | 161 | 124 | 274 | 50 | 67 | 0 | 32 | 401 | 54 | 65 |
| Binary | 1110001 | 1010100 | 10111100 | 101000 | 110111 | 0 | 11010 | 100000001 | 101100 | 110101 |
Color Harmonies of #7154BC
Complementary color
Monochromatic Colors of #7154BC
Black with #7154BC
Text Example
Text Example
White with #7154BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7154BC; }
p { color: rgb(113,84,188); }
H1.HeaderClassName
{
color: #7154BC;
}
.AnyTagClassName
{
color: #7154BC;
}
</style>
background-color css
<style>
a { background-color: #7154BC; }
a { background-color: rgb(113,84,188); }
div.DivClassName
{
background-color: #7154BC;
}
.BgClassName
{
background-color: #7154BC;
}
</style>
border-color css
<style>
span { border-color: #7154BC; }
span { border-color: rgb(113,84,188); }
td.TdClassName
{
border-color: #7154BC;
}
.TagClassName
{
border-color: #7154BC;
}
</style>