Shades of Blue Marguerite #7055BC
Tints of Blue Marguerite #7055BC
RGB
CMYK
RGB Variations
Color information
#7055BC (or 0x7055BC) is known color: Blue Marguerite. HEX triplet: 70, 55 and BC. RGB value is (112,85,188). Sum of RGB (Red+Green+Blue) = 112+85+188=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 85 (33.59% from 255 or 22.08% 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 #7055BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7055BC is #8FAA43. Grayscale: #686868. Windows color (decimal): -9415236 or 12342640. OLE color: 12342640.
HSL color Cylindrical-coordinate representation of color #7055BC: hue angle of 255.73º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7055BC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 85 | 188 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.26 |
| HSL | 255.73º | 0.43% | 0.54% | - |
| HSV(B) | 255.73º | 0.55% | 0.74% | - |
| XYZ | 19.01 | 13.57 | 49.19 | - |
| YUV | 104.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 188 | 0.40 | 0.55 | 0 | 0.26 | 255.73 | 0.43 | 0.54 |
| Hex | 70 | 55 | BC | 28 | 37 | 0 | 1A | 100 | 2B | 36 |
| Octal | 160 | 125 | 274 | 50 | 67 | 0 | 32 | 400 | 53 | 66 |
| Binary | 1110000 | 1010101 | 10111100 | 101000 | 110111 | 0 | 11010 | 100000000 | 101011 | 110110 |
Color Harmonies of #7055BC
Complementary color
Monochromatic Colors of #7055BC
Black with #7055BC
Text Example
Text Example
White with #7055BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7055BC; }
p { color: rgb(112,85,188); }
H1.HeaderClassName
{
color: #7055BC;
}
.AnyTagClassName
{
color: #7055BC;
}
</style>
background-color css
<style>
a { background-color: #7055BC; }
a { background-color: rgb(112,85,188); }
div.DivClassName
{
background-color: #7055BC;
}
.BgClassName
{
background-color: #7055BC;
}
</style>
border-color css
<style>
span { border-color: #7055BC; }
span { border-color: rgb(112,85,188); }
td.TdClassName
{
border-color: #7055BC;
}
.TagClassName
{
border-color: #7055BC;
}
</style>