Shades of Blue Marguerite #7162BC
Tints of Blue Marguerite #7162BC
RGB
CMYK
RGB Variations
Color information
#7162BC (or 0x7162BC) is known color: Blue Marguerite. HEX triplet: 71, 62 and BC. RGB value is (113,98,188). Sum of RGB (Red+Green+Blue) = 113+98+188=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #7162BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7162BC is #8E9D43. Grayscale: #707070. Windows color (decimal): -9346372 or 12345969. OLE color: 12345969.
HSL color Cylindrical-coordinate representation of color #7162BC: hue angle of 250º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7162BC is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 98 | 188 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.26 |
| HSL | 250º | 0.4% | 0.56% | - |
| HSV(B) | 250º | 0.48% | 0.74% | - |
| XYZ | 20.25 | 15.88 | 49.57 | - |
| YUV | 112.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 188 | 0.40 | 0.48 | 0 | 0.26 | 250 | 0.4 | 0.56 |
| Hex | 71 | 62 | BC | 28 | 30 | 0 | 1A | FA | 28 | 38 |
| Octal | 161 | 142 | 274 | 50 | 60 | 0 | 32 | 372 | 50 | 70 |
| Binary | 1110001 | 1100010 | 10111100 | 101000 | 110000 | 0 | 11010 | 11111010 | 101000 | 111000 |
Color Harmonies of #7162BC
Complementary color
Monochromatic Colors of #7162BC
Black with #7162BC
Text Example
Text Example
White with #7162BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7162BC; }
p { color: rgb(113,98,188); }
H1.HeaderClassName
{
color: #7162BC;
}
.AnyTagClassName
{
color: #7162BC;
}
</style>
background-color css
<style>
a { background-color: #7162BC; }
a { background-color: rgb(113,98,188); }
div.DivClassName
{
background-color: #7162BC;
}
.BgClassName
{
background-color: #7162BC;
}
</style>
border-color css
<style>
span { border-color: #7162BC; }
span { border-color: rgb(113,98,188); }
td.TdClassName
{
border-color: #7162BC;
}
.TagClassName
{
border-color: #7162BC;
}
</style>