Shades of Blue Marguerite #7054BE
Tints of Blue Marguerite #7054BE
RGB
CMYK
RGB Variations
Color information
#7054BE (or 0x7054BE) is known color: Blue Marguerite. HEX triplet: 70, 54 and BE. RGB value is (112,84,190). Sum of RGB (Red+Green+Blue) = 112+84+190=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #7054BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054BE is #8FAB41. Grayscale: #686868. Windows color (decimal): -9415490 or 12473456. OLE color: 12473456.
HSL color Cylindrical-coordinate representation of color #7054BE: hue angle of 255.85º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7054BE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 84 | 190 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.25 |
| HSL | 255.85º | 0.45% | 0.54% | - |
| HSV(B) | 255.85º | 0.56% | 0.75% | - |
| XYZ | 19.15 | 13.5 | 50.31 | - |
| YUV | 104.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 190 | 0.41 | 0.56 | 0 | 0.25 | 255.85 | 0.45 | 0.54 |
| Hex | 70 | 54 | BE | 29 | 38 | 0 | 19 | 100 | 2D | 36 |
| Octal | 160 | 124 | 276 | 51 | 70 | 0 | 31 | 400 | 55 | 66 |
| Binary | 1110000 | 1010100 | 10111110 | 101001 | 111000 | 0 | 11001 | 100000000 | 101101 | 110110 |
Color Harmonies of #7054BE
Complementary color
Monochromatic Colors of #7054BE
Black with #7054BE
Text Example
Text Example
White with #7054BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7054BE; }
p { color: rgb(112,84,190); }
H1.HeaderClassName
{
color: #7054BE;
}
.AnyTagClassName
{
color: #7054BE;
}
</style>
background-color css
<style>
a { background-color: #7054BE; }
a { background-color: rgb(112,84,190); }
div.DivClassName
{
background-color: #7054BE;
}
.BgClassName
{
background-color: #7054BE;
}
</style>
border-color css
<style>
span { border-color: #7054BE; }
span { border-color: rgb(112,84,190); }
td.TdClassName
{
border-color: #7054BE;
}
.TagClassName
{
border-color: #7054BE;
}
</style>