Shades of Blue Marguerite #714EBA
Tints of Blue Marguerite #714EBA
RGB
CMYK
RGB Variations
Color information
#714EBA (or 0x714EBA) is known color: Blue Marguerite. HEX triplet: 71, 4E and BA. RGB value is (113,78,186). Sum of RGB (Red+Green+Blue) = 113+78+186=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #714EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EBA is #8EB145. Grayscale: #646464. Windows color (decimal): -9351494 or 12209777. OLE color: 12209777.
HSL color Cylindrical-coordinate representation of color #714EBA: hue angle of 259.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #714EBA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 78 | 186 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.27 |
| HSL | 259.44º | 0.44% | 0.52% | - |
| HSV(B) | 259.44º | 0.58% | 0.73% | - |
| XYZ | 18.4 | 12.5 | 47.9 | - |
| YUV | 100.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 186 | 0.39 | 0.58 | 0 | 0.27 | 259.44 | 0.44 | 0.52 |
| Hex | 71 | 4E | BA | 27 | 3A | 0 | 1B | 103 | 2C | 34 |
| Octal | 161 | 116 | 272 | 47 | 72 | 0 | 33 | 403 | 54 | 64 |
| Binary | 1110001 | 1001110 | 10111010 | 100111 | 111010 | 0 | 11011 | 100000011 | 101100 | 110100 |
Color Harmonies of #714EBA
Complementary color
Monochromatic Colors of #714EBA
Black with #714EBA
Text Example
Text Example
White with #714EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714EBA; }
p { color: rgb(113,78,186); }
H1.HeaderClassName
{
color: #714EBA;
}
.AnyTagClassName
{
color: #714EBA;
}
</style>
background-color css
<style>
a { background-color: #714EBA; }
a { background-color: rgb(113,78,186); }
div.DivClassName
{
background-color: #714EBA;
}
.BgClassName
{
background-color: #714EBA;
}
</style>
border-color css
<style>
span { border-color: #714EBA; }
span { border-color: rgb(113,78,186); }
td.TdClassName
{
border-color: #714EBA;
}
.TagClassName
{
border-color: #714EBA;
}
</style>