Shades of Blue Marguerite #7155BF
Tints of Blue Marguerite #7155BF
RGB
CMYK
RGB Variations
Color information
#7155BF (or 0x7155BF) is known color: Blue Marguerite. HEX triplet: 71, 55 and BF. RGB value is (113,85,191). Sum of RGB (Red+Green+Blue) = 113+85+191=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #7155BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7155BF is #8EAA40. Grayscale: #696969. Windows color (decimal): -9349697 or 12539249. OLE color: 12539249.
HSL color Cylindrical-coordinate representation of color #7155BF: 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.55%. Process color model (Four color, CMYK) of #7155BF is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 85 | 191 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.25 |
| HSL | 255.85º | 0.45% | 0.54% | - |
| HSV(B) | 255.85º | 0.55% | 0.75% | - |
| XYZ | 19.46 | 13.77 | 50.92 | - |
| YUV | 105.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 191 | 0.41 | 0.55 | 0 | 0.25 | 255.85 | 0.45 | 0.54 |
| Hex | 71 | 55 | BF | 29 | 37 | 0 | 19 | 100 | 2D | 36 |
| Octal | 161 | 125 | 277 | 51 | 67 | 0 | 31 | 400 | 55 | 66 |
| Binary | 1110001 | 1010101 | 10111111 | 101001 | 110111 | 0 | 11001 | 100000000 | 101101 | 110110 |
Color Harmonies of #7155BF
Complementary color
Monochromatic Colors of #7155BF
Black with #7155BF
Text Example
Text Example
White with #7155BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7155BF; }
p { color: rgb(113,85,191); }
H1.HeaderClassName
{
color: #7155BF;
}
.AnyTagClassName
{
color: #7155BF;
}
</style>
background-color css
<style>
a { background-color: #7155BF; }
a { background-color: rgb(113,85,191); }
div.DivClassName
{
background-color: #7155BF;
}
.BgClassName
{
background-color: #7155BF;
}
</style>
border-color css
<style>
span { border-color: #7155BF; }
span { border-color: rgb(113,85,191); }
td.TdClassName
{
border-color: #7155BF;
}
.TagClassName
{
border-color: #7155BF;
}
</style>