Shades of Blue Marguerite #714EBD
Tints of Blue Marguerite #714EBD
RGB
CMYK
RGB Variations
Color information
#714EBD (or 0x714EBD) is known color: Blue Marguerite. HEX triplet: 71, 4E and BD. RGB value is (113,78,189). Sum of RGB (Red+Green+Blue) = 113+78+189=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #714EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EBD is #8EB142. Grayscale: #646464. Windows color (decimal): -9351491 or 12406385. OLE color: 12406385.
HSL color Cylindrical-coordinate representation of color #714EBD: hue angle of 258.92º degrees, saturation: 0.46, 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 #714EBD is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 78 | 189 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.26 |
| HSL | 258.92º | 0.46% | 0.52% | - |
| HSV(B) | 258.92º | 0.59% | 0.74% | - |
| XYZ | 18.72 | 12.63 | 49.6 | - |
| YUV | 101.12 | 177.6 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 189 | 0.40 | 0.59 | 0 | 0.26 | 258.92 | 0.46 | 0.52 |
| Hex | 71 | 4E | BD | 28 | 3B | 0 | 1A | 103 | 2E | 34 |
| Octal | 161 | 116 | 275 | 50 | 73 | 0 | 32 | 403 | 56 | 64 |
| Binary | 1110001 | 1001110 | 10111101 | 101000 | 111011 | 0 | 11010 | 100000011 | 101110 | 110100 |
Color Harmonies of #714EBD
Complementary color
Monochromatic Colors of #714EBD
Black with #714EBD
Text Example
Text Example
White with #714EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714EBD; }
p { color: rgb(113,78,189); }
H1.HeaderClassName
{
color: #714EBD;
}
.AnyTagClassName
{
color: #714EBD;
}
</style>
background-color css
<style>
a { background-color: #714EBD; }
a { background-color: rgb(113,78,189); }
div.DivClassName
{
background-color: #714EBD;
}
.BgClassName
{
background-color: #714EBD;
}
</style>
border-color css
<style>
span { border-color: #714EBD; }
span { border-color: rgb(113,78,189); }
td.TdClassName
{
border-color: #714EBD;
}
.TagClassName
{
border-color: #714EBD;
}
</style>