Shades of Blue Marguerite #714ABB
Tints of Blue Marguerite #714ABB
RGB
CMYK
RGB Variations
Color information
#714ABB (or 0x714ABB) is known color: Blue Marguerite. HEX triplet: 71, 4A and BB. RGB value is (113,74,187). Sum of RGB (Red+Green+Blue) = 113+74+187=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #714ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714ABB is #8EB544. Grayscale: #626262. Windows color (decimal): -9352517 or 12274289. OLE color: 12274289.
HSL color Cylindrical-coordinate representation of color #714ABB: hue angle of 260.71º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #714ABB is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 74 | 187 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.27 |
| HSL | 260.71º | 0.45% | 0.51% | - |
| HSV(B) | 260.71º | 0.6% | 0.73% | - |
| XYZ | 18.23 | 12 | 48.37 | - |
| YUV | 98.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 187 | 0.40 | 0.60 | 0 | 0.27 | 260.71 | 0.45 | 0.51 |
| Hex | 71 | 4A | BB | 28 | 3C | 0 | 1B | 105 | 2D | 33 |
| Octal | 161 | 112 | 273 | 50 | 74 | 0 | 33 | 405 | 55 | 63 |
| Binary | 1110001 | 1001010 | 10111011 | 101000 | 111100 | 0 | 11011 | 100000101 | 101101 | 110011 |
Color Harmonies of #714ABB
Complementary color
Monochromatic Colors of #714ABB
Black with #714ABB
Text Example
Text Example
White with #714ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714ABB; }
p { color: rgb(113,74,187); }
H1.HeaderClassName
{
color: #714ABB;
}
.AnyTagClassName
{
color: #714ABB;
}
</style>
background-color css
<style>
a { background-color: #714ABB; }
a { background-color: rgb(113,74,187); }
div.DivClassName
{
background-color: #714ABB;
}
.BgClassName
{
background-color: #714ABB;
}
</style>
border-color css
<style>
span { border-color: #714ABB; }
span { border-color: rgb(113,74,187); }
td.TdClassName
{
border-color: #714ABB;
}
.TagClassName
{
border-color: #714ABB;
}
</style>