Shades of Blue Marguerite #7359BD
Tints of Blue Marguerite #7359BD
RGB
CMYK
RGB Variations
Color information
#7359BD (or 0x7359BD) is known color: Blue Marguerite. HEX triplet: 73, 59 and BD. RGB value is (115,89,189). Sum of RGB (Red+Green+Blue) = 115+89+189=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #7359BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359BD is #8CA642. Grayscale: #6B6B6B. Windows color (decimal): -9217603 or 12409203. OLE color: 12409203.
HSL color Cylindrical-coordinate representation of color #7359BD: hue angle of 255.6º 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 #7359BD is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 89 | 189 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.26 |
| HSL | 255.6º | 0.43% | 0.55% | - |
| HSV(B) | 255.6º | 0.53% | 0.74% | - |
| XYZ | 19.83 | 14.46 | 49.89 | - |
| YUV | 108.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 189 | 0.39 | 0.53 | 0 | 0.26 | 255.6 | 0.43 | 0.55 |
| Hex | 73 | 59 | BD | 27 | 35 | 0 | 1A | 100 | 2B | 37 |
| Octal | 163 | 131 | 275 | 47 | 65 | 0 | 32 | 400 | 53 | 67 |
| Binary | 1110011 | 1011001 | 10111101 | 100111 | 110101 | 0 | 11010 | 100000000 | 101011 | 110111 |
Color Harmonies of #7359BD
Complementary color
Monochromatic Colors of #7359BD
Black with #7359BD
Text Example
Text Example
White with #7359BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7359BD; }
p { color: rgb(115,89,189); }
H1.HeaderClassName
{
color: #7359BD;
}
.AnyTagClassName
{
color: #7359BD;
}
</style>
background-color css
<style>
a { background-color: #7359BD; }
a { background-color: rgb(115,89,189); }
div.DivClassName
{
background-color: #7359BD;
}
.BgClassName
{
background-color: #7359BD;
}
</style>
border-color css
<style>
span { border-color: #7359BD; }
span { border-color: rgb(115,89,189); }
td.TdClassName
{
border-color: #7359BD;
}
.TagClassName
{
border-color: #7359BD;
}
</style>