Shades of Blue Marguerite #714DBC
Tints of Blue Marguerite #714DBC
RGB
CMYK
RGB Variations
Color information
#714DBC (or 0x714DBC) is known color: Blue Marguerite. HEX triplet: 71, 4D and BC. RGB value is (113,77,188). Sum of RGB (Red+Green+Blue) = 113+77+188=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #714DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DBC is #8EB243. Grayscale: #646464. Windows color (decimal): -9351748 or 12340593. OLE color: 12340593.
HSL color Cylindrical-coordinate representation of color #714DBC: hue angle of 259.46º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #714DBC is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 77 | 188 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.26 |
| HSL | 259.46º | 0.45% | 0.52% | - |
| HSV(B) | 259.46º | 0.59% | 0.74% | - |
| XYZ | 18.54 | 12.45 | 49 | - |
| YUV | 100.42 | 177.43 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 188 | 0.40 | 0.59 | 0 | 0.26 | 259.46 | 0.45 | 0.52 |
| Hex | 71 | 4D | BC | 28 | 3B | 0 | 1A | 103 | 2D | 34 |
| Octal | 161 | 115 | 274 | 50 | 73 | 0 | 32 | 403 | 55 | 64 |
| Binary | 1110001 | 1001101 | 10111100 | 101000 | 111011 | 0 | 11010 | 100000011 | 101101 | 110100 |
Color Harmonies of #714DBC
Complementary color
Monochromatic Colors of #714DBC
Black with #714DBC
Text Example
Text Example
White with #714DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DBC; }
p { color: rgb(113,77,188); }
H1.HeaderClassName
{
color: #714DBC;
}
.AnyTagClassName
{
color: #714DBC;
}
</style>
background-color css
<style>
a { background-color: #714DBC; }
a { background-color: rgb(113,77,188); }
div.DivClassName
{
background-color: #714DBC;
}
.BgClassName
{
background-color: #714DBC;
}
</style>
border-color css
<style>
span { border-color: #714DBC; }
span { border-color: rgb(113,77,188); }
td.TdClassName
{
border-color: #714DBC;
}
.TagClassName
{
border-color: #714DBC;
}
</style>