Shades of Blue Marguerite #714DB5
Tints of Blue Marguerite #714DB5
RGB
CMYK
RGB Variations
Color information
#714DB5 (or 0x714DB5) is known color: Blue Marguerite. HEX triplet: 71, 4D and B5. RGB value is (113,77,181). Sum of RGB (Red+Green+Blue) = 113+77+181=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #714DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DB5 is #8EB24A. Grayscale: #636363. Windows color (decimal): -9351755 or 11881841. OLE color: 11881841.
HSL color Cylindrical-coordinate representation of color #714DB5: hue angle of 260.77º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #714DB5 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 77 | 181 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.29 |
| HSL | 260.77º | 0.41% | 0.51% | - |
| HSV(B) | 260.77º | 0.57% | 0.71% | - |
| XYZ | 17.8 | 12.15 | 45.12 | - |
| YUV | 99.62 | 173.93 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 181 | 0.38 | 0.57 | 0 | 0.29 | 260.77 | 0.41 | 0.51 |
| Hex | 71 | 4D | B5 | 26 | 39 | 0 | 1D | 105 | 29 | 33 |
| Octal | 161 | 115 | 265 | 46 | 71 | 0 | 35 | 405 | 51 | 63 |
| Binary | 1110001 | 1001101 | 10110101 | 100110 | 111001 | 0 | 11101 | 100000101 | 101001 | 110011 |
Color Harmonies of #714DB5
Complementary color
Monochromatic Colors of #714DB5
Black with #714DB5
Text Example
Text Example
White with #714DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DB5; }
p { color: rgb(113,77,181); }
H1.HeaderClassName
{
color: #714DB5;
}
.AnyTagClassName
{
color: #714DB5;
}
</style>
background-color css
<style>
a { background-color: #714DB5; }
a { background-color: rgb(113,77,181); }
div.DivClassName
{
background-color: #714DB5;
}
.BgClassName
{
background-color: #714DB5;
}
</style>
border-color css
<style>
span { border-color: #714DB5; }
span { border-color: rgb(113,77,181); }
td.TdClassName
{
border-color: #714DB5;
}
.TagClassName
{
border-color: #714DB5;
}
</style>