Shades of Blue Marguerite #7054BF
Tints of Blue Marguerite #7054BF
RGB
CMYK
RGB Variations
Color information
#7054BF (or 0x7054BF) is known color: Blue Marguerite. HEX triplet: 70, 54 and BF. RGB value is (112,84,191). Sum of RGB (Red+Green+Blue) = 112+84+191=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #7054BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054BF is #8FAB40. Grayscale: #686868. Windows color (decimal): -9415489 or 12538992. OLE color: 12538992.
HSL color Cylindrical-coordinate representation of color #7054BF: hue angle of 255.7º degrees, saturation: 0.46, 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 #7054BF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 84 | 191 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.25 |
| HSL | 255.7º | 0.46% | 0.54% | - |
| HSV(B) | 255.7º | 0.56% | 0.75% | - |
| XYZ | 19.26 | 13.55 | 50.89 | - |
| YUV | 104.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 191 | 0.41 | 0.56 | 0 | 0.25 | 255.7 | 0.46 | 0.54 |
| Hex | 70 | 54 | BF | 29 | 38 | 0 | 19 | 100 | 2E | 36 |
| Octal | 160 | 124 | 277 | 51 | 70 | 0 | 31 | 400 | 56 | 66 |
| Binary | 1110000 | 1010100 | 10111111 | 101001 | 111000 | 0 | 11001 | 100000000 | 101110 | 110110 |
Color Harmonies of #7054BF
Complementary color
Monochromatic Colors of #7054BF
Black with #7054BF
Text Example
Text Example
White with #7054BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7054BF; }
p { color: rgb(112,84,191); }
H1.HeaderClassName
{
color: #7054BF;
}
.AnyTagClassName
{
color: #7054BF;
}
</style>
background-color css
<style>
a { background-color: #7054BF; }
a { background-color: rgb(112,84,191); }
div.DivClassName
{
background-color: #7054BF;
}
.BgClassName
{
background-color: #7054BF;
}
</style>
border-color css
<style>
span { border-color: #7054BF; }
span { border-color: rgb(112,84,191); }
td.TdClassName
{
border-color: #7054BF;
}
.TagClassName
{
border-color: #7054BF;
}
</style>