Shades of Blue Marguerite #7459BD
Tints of Blue Marguerite #7459BD
RGB
CMYK
RGB Variations
Color information
#7459BD (or 0x7459BD) is known color: Blue Marguerite. HEX triplet: 74, 59 and BD. RGB value is (116,89,189). Sum of RGB (Red+Green+Blue) = 116+89+189=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #7459BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459BD is #8BA642. Grayscale: #6C6C6C. Windows color (decimal): -9152067 or 12409204. OLE color: 12409204.
HSL color Cylindrical-coordinate representation of color #7459BD: hue angle of 256.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7459BD is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 89 | 189 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.26 |
| HSL | 256.2º | 0.43% | 0.55% | - |
| HSV(B) | 256.2º | 0.53% | 0.74% | - |
| XYZ | 19.96 | 14.53 | 49.9 | - |
| YUV | 108.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 189 | 0.39 | 0.53 | 0 | 0.26 | 256.2 | 0.43 | 0.55 |
| Hex | 74 | 59 | BD | 27 | 35 | 0 | 1A | 100 | 2B | 37 |
| Octal | 164 | 131 | 275 | 47 | 65 | 0 | 32 | 400 | 53 | 67 |
| Binary | 1110100 | 1011001 | 10111101 | 100111 | 110101 | 0 | 11010 | 100000000 | 101011 | 110111 |
Color Harmonies of #7459BD
Complementary color
Monochromatic Colors of #7459BD
Black with #7459BD
Text Example
Text Example
White with #7459BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7459BD; }
p { color: rgb(116,89,189); }
H1.HeaderClassName
{
color: #7459BD;
}
.AnyTagClassName
{
color: #7459BD;
}
</style>
background-color css
<style>
a { background-color: #7459BD; }
a { background-color: rgb(116,89,189); }
div.DivClassName
{
background-color: #7459BD;
}
.BgClassName
{
background-color: #7459BD;
}
</style>
border-color css
<style>
span { border-color: #7459BD; }
span { border-color: rgb(116,89,189); }
td.TdClassName
{
border-color: #7459BD;
}
.TagClassName
{
border-color: #7459BD;
}
</style>