Shades of Blue Marguerite #7054BD
Tints of Blue Marguerite #7054BD
RGB
CMYK
RGB Variations
Color information
#7054BD (or 0x7054BD) is known color: Blue Marguerite. HEX triplet: 70, 54 and BD. RGB value is (112,84,189). Sum of RGB (Red+Green+Blue) = 112+84+189=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #7054BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054BD is #8FAB42. Grayscale: #676767. Windows color (decimal): -9415491 or 12407920. OLE color: 12407920.
HSL color Cylindrical-coordinate representation of color #7054BD: hue angle of 256º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7054BD is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 84 | 189 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.26 |
| HSL | 256º | 0.44% | 0.54% | - |
| HSV(B) | 256º | 0.56% | 0.74% | - |
| XYZ | 19.04 | 13.46 | 49.74 | - |
| YUV | 104.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 189 | 0.41 | 0.56 | 0 | 0.26 | 256 | 0.44 | 0.54 |
| Hex | 70 | 54 | BD | 29 | 38 | 0 | 1A | 100 | 2C | 36 |
| Octal | 160 | 124 | 275 | 51 | 70 | 0 | 32 | 400 | 54 | 66 |
| Binary | 1110000 | 1010100 | 10111101 | 101001 | 111000 | 0 | 11010 | 100000000 | 101100 | 110110 |
Color Harmonies of #7054BD
Complementary color
Monochromatic Colors of #7054BD
Black with #7054BD
Text Example
Text Example
White with #7054BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7054BD; }
p { color: rgb(112,84,189); }
H1.HeaderClassName
{
color: #7054BD;
}
.AnyTagClassName
{
color: #7054BD;
}
</style>
background-color css
<style>
a { background-color: #7054BD; }
a { background-color: rgb(112,84,189); }
div.DivClassName
{
background-color: #7054BD;
}
.BgClassName
{
background-color: #7054BD;
}
</style>
border-color css
<style>
span { border-color: #7054BD; }
span { border-color: rgb(112,84,189); }
td.TdClassName
{
border-color: #7054BD;
}
.TagClassName
{
border-color: #7054BD;
}
</style>