Shades of Blue Marguerite #7362BA
Tints of Blue Marguerite #7362BA
RGB
CMYK
RGB Variations
Color information
#7362BA (or 0x7362BA) is known color: Blue Marguerite. HEX triplet: 73, 62 and BA. RGB value is (115,98,186). Sum of RGB (Red+Green+Blue) = 115+98+186=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #7362BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362BA is #8C9D45. Grayscale: #707070. Windows color (decimal): -9215302 or 12214899. OLE color: 12214899.
HSL color Cylindrical-coordinate representation of color #7362BA: hue angle of 251.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7362BA is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 98 | 186 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.27 |
| HSL | 251.59º | 0.39% | 0.56% | - |
| HSV(B) | 251.59º | 0.47% | 0.73% | - |
| XYZ | 20.3 | 15.93 | 48.46 | - |
| YUV | 113.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 186 | 0.38 | 0.47 | 0 | 0.27 | 251.59 | 0.39 | 0.56 |
| Hex | 73 | 62 | BA | 26 | 2F | 0 | 1B | FC | 27 | 38 |
| Octal | 163 | 142 | 272 | 46 | 57 | 0 | 33 | 374 | 47 | 70 |
| Binary | 1110011 | 1100010 | 10111010 | 100110 | 101111 | 0 | 11011 | 11111100 | 100111 | 111000 |
Color Harmonies of #7362BA
Complementary color
Monochromatic Colors of #7362BA
Black with #7362BA
Text Example
Text Example
White with #7362BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7362BA; }
p { color: rgb(115,98,186); }
H1.HeaderClassName
{
color: #7362BA;
}
.AnyTagClassName
{
color: #7362BA;
}
</style>
background-color css
<style>
a { background-color: #7362BA; }
a { background-color: rgb(115,98,186); }
div.DivClassName
{
background-color: #7362BA;
}
.BgClassName
{
background-color: #7362BA;
}
</style>
border-color css
<style>
span { border-color: #7362BA; }
span { border-color: rgb(115,98,186); }
td.TdClassName
{
border-color: #7362BA;
}
.TagClassName
{
border-color: #7362BA;
}
</style>