Shades of Blue Marguerite #714FBA
Tints of Blue Marguerite #714FBA
RGB
CMYK
RGB Variations
Color information
#714FBA (or 0x714FBA) is known color: Blue Marguerite. HEX triplet: 71, 4F and BA. RGB value is (113,79,186). Sum of RGB (Red+Green+Blue) = 113+79+186=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #714FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FBA is #8EB045. Grayscale: #646464. Windows color (decimal): -9351238 or 12210033. OLE color: 12210033.
HSL color Cylindrical-coordinate representation of color #714FBA: hue angle of 259.07º 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 #714FBA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 79 | 186 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.27 |
| HSL | 259.07º | 0.44% | 0.52% | - |
| HSV(B) | 259.07º | 0.58% | 0.73% | - |
| XYZ | 18.47 | 12.65 | 47.92 | - |
| YUV | 101.36 | 175.76 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 186 | 0.39 | 0.58 | 0 | 0.27 | 259.07 | 0.44 | 0.52 |
| Hex | 71 | 4F | BA | 27 | 3A | 0 | 1B | 103 | 2C | 34 |
| Octal | 161 | 117 | 272 | 47 | 72 | 0 | 33 | 403 | 54 | 64 |
| Binary | 1110001 | 1001111 | 10111010 | 100111 | 111010 | 0 | 11011 | 100000011 | 101100 | 110100 |
Color Harmonies of #714FBA
Complementary color
Monochromatic Colors of #714FBA
Black with #714FBA
Text Example
Text Example
White with #714FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714FBA; }
p { color: rgb(113,79,186); }
H1.HeaderClassName
{
color: #714FBA;
}
.AnyTagClassName
{
color: #714FBA;
}
</style>
background-color css
<style>
a { background-color: #714FBA; }
a { background-color: rgb(113,79,186); }
div.DivClassName
{
background-color: #714FBA;
}
.BgClassName
{
background-color: #714FBA;
}
</style>
border-color css
<style>
span { border-color: #714FBA; }
span { border-color: rgb(113,79,186); }
td.TdClassName
{
border-color: #714FBA;
}
.TagClassName
{
border-color: #714FBA;
}
</style>