Shades of Blue Marguerite #7369BA
Tints of Blue Marguerite #7369BA
RGB
CMYK
RGB Variations
Color information
#7369BA (or 0x7369BA) is known color: Blue Marguerite. HEX triplet: 73, 69 and BA. RGB value is (115,105,186). Sum of RGB (Red+Green+Blue) = 115+105+186=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #7369BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369BA is #8C9645. Grayscale: #747474. Windows color (decimal): -9213510 or 12216691. OLE color: 12216691.
HSL color Cylindrical-coordinate representation of color #7369BA: hue angle of 247.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7369BA is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 105 | 186 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.27 |
| HSL | 247.41º | 0.37% | 0.57% | - |
| HSV(B) | 247.41º | 0.44% | 0.73% | - |
| XYZ | 20.98 | 17.29 | 48.69 | - |
| YUV | 117.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 186 | 0.38 | 0.44 | 0 | 0.27 | 247.41 | 0.37 | 0.57 |
| Hex | 73 | 69 | BA | 26 | 2C | 0 | 1B | F7 | 25 | 39 |
| Octal | 163 | 151 | 272 | 46 | 54 | 0 | 33 | 367 | 45 | 71 |
| Binary | 1110011 | 1101001 | 10111010 | 100110 | 101100 | 0 | 11011 | 11110111 | 100101 | 111001 |
Color Harmonies of #7369BA
Complementary color
Monochromatic Colors of #7369BA
Black with #7369BA
Text Example
Text Example
White with #7369BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7369BA; }
p { color: rgb(115,105,186); }
H1.HeaderClassName
{
color: #7369BA;
}
.AnyTagClassName
{
color: #7369BA;
}
</style>
background-color css
<style>
a { background-color: #7369BA; }
a { background-color: rgb(115,105,186); }
div.DivClassName
{
background-color: #7369BA;
}
.BgClassName
{
background-color: #7369BA;
}
</style>
border-color css
<style>
span { border-color: #7369BA; }
span { border-color: rgb(115,105,186); }
td.TdClassName
{
border-color: #7369BA;
}
.TagClassName
{
border-color: #7369BA;
}
</style>