Shades of Blue Marguerite #714BBC
Tints of Blue Marguerite #714BBC
RGB
CMYK
RGB Variations
Color information
#714BBC (or 0x714BBC) is known color: Blue Marguerite. HEX triplet: 71, 4B and BC. RGB value is (113,75,188). Sum of RGB (Red+Green+Blue) = 113+75+188=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #714BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BBC is #8EB443. Grayscale: #626262. Windows color (decimal): -9352260 or 12340081. OLE color: 12340081.
HSL color Cylindrical-coordinate representation of color #714BBC: hue angle of 260.18º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #714BBC is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 75 | 188 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.26 |
| HSL | 260.18º | 0.46% | 0.52% | - |
| HSV(B) | 260.18º | 0.6% | 0.74% | - |
| XYZ | 18.4 | 12.17 | 48.96 | - |
| YUV | 99.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 188 | 0.40 | 0.60 | 0 | 0.26 | 260.18 | 0.46 | 0.52 |
| Hex | 71 | 4B | BC | 28 | 3C | 0 | 1A | 104 | 2E | 34 |
| Octal | 161 | 113 | 274 | 50 | 74 | 0 | 32 | 404 | 56 | 64 |
| Binary | 1110001 | 1001011 | 10111100 | 101000 | 111100 | 0 | 11010 | 100000100 | 101110 | 110100 |
Color Harmonies of #714BBC
Complementary color
Monochromatic Colors of #714BBC
Black with #714BBC
Text Example
Text Example
White with #714BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714BBC; }
p { color: rgb(113,75,188); }
H1.HeaderClassName
{
color: #714BBC;
}
.AnyTagClassName
{
color: #714BBC;
}
</style>
background-color css
<style>
a { background-color: #714BBC; }
a { background-color: rgb(113,75,188); }
div.DivClassName
{
background-color: #714BBC;
}
.BgClassName
{
background-color: #714BBC;
}
</style>
border-color css
<style>
span { border-color: #714BBC; }
span { border-color: rgb(113,75,188); }
td.TdClassName
{
border-color: #714BBC;
}
.TagClassName
{
border-color: #714BBC;
}
</style>