Shades of Blue Marguerite #7359BB
Tints of Blue Marguerite #7359BB
RGB
CMYK
RGB Variations
Color information
#7359BB (or 0x7359BB) is known color: Blue Marguerite. HEX triplet: 73, 59 and BB. RGB value is (115,89,187). Sum of RGB (Red+Green+Blue) = 115+89+187=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #7359BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359BB is #8CA644. Grayscale: #6B6B6B. Windows color (decimal): -9217605 or 12278131. OLE color: 12278131.
HSL color Cylindrical-coordinate representation of color #7359BB: hue angle of 255.92º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7359BB is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 89 | 187 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.27 |
| HSL | 255.92º | 0.42% | 0.54% | - |
| HSV(B) | 255.92º | 0.52% | 0.73% | - |
| XYZ | 19.61 | 14.38 | 48.76 | - |
| YUV | 107.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 187 | 0.39 | 0.52 | 0 | 0.27 | 255.92 | 0.42 | 0.54 |
| Hex | 73 | 59 | BB | 27 | 34 | 0 | 1B | 100 | 2A | 36 |
| Octal | 163 | 131 | 273 | 47 | 64 | 0 | 33 | 400 | 52 | 66 |
| Binary | 1110011 | 1011001 | 10111011 | 100111 | 110100 | 0 | 11011 | 100000000 | 101010 | 110110 |
Color Harmonies of #7359BB
Complementary color
Monochromatic Colors of #7359BB
Black with #7359BB
Text Example
Text Example
White with #7359BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7359BB; }
p { color: rgb(115,89,187); }
H1.HeaderClassName
{
color: #7359BB;
}
.AnyTagClassName
{
color: #7359BB;
}
</style>
background-color css
<style>
a { background-color: #7359BB; }
a { background-color: rgb(115,89,187); }
div.DivClassName
{
background-color: #7359BB;
}
.BgClassName
{
background-color: #7359BB;
}
</style>
border-color css
<style>
span { border-color: #7359BB; }
span { border-color: rgb(115,89,187); }
td.TdClassName
{
border-color: #7359BB;
}
.TagClassName
{
border-color: #7359BB;
}
</style>