Shades of Blue Marguerite #7362B9
Tints of Blue Marguerite #7362B9
RGB
CMYK
RGB Variations
Color information
#7362B9 (or 0x7362B9) is known color: Blue Marguerite. HEX triplet: 73, 62 and B9. RGB value is (115,98,185). Sum of RGB (Red+Green+Blue) = 115+98+185=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #7362B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362B9 is #8C9D46. Grayscale: #707070. Windows color (decimal): -9215303 or 12149363. OLE color: 12149363.
HSL color Cylindrical-coordinate representation of color #7362B9: hue angle of 251.72º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7362B9 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 98 | 185 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.27 |
| HSL | 251.72º | 0.38% | 0.55% | - |
| HSV(B) | 251.72º | 0.47% | 0.73% | - |
| XYZ | 20.19 | 15.88 | 47.9 | - |
| YUV | 113 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 185 | 0.38 | 0.47 | 0 | 0.27 | 251.72 | 0.38 | 0.55 |
| Hex | 73 | 62 | B9 | 26 | 2F | 0 | 1B | FC | 26 | 37 |
| Octal | 163 | 142 | 271 | 46 | 57 | 0 | 33 | 374 | 46 | 67 |
| Binary | 1110011 | 1100010 | 10111001 | 100110 | 101111 | 0 | 11011 | 11111100 | 100110 | 110111 |
Color Harmonies of #7362B9
Complementary color
Monochromatic Colors of #7362B9
Black with #7362B9
Text Example
Text Example
White with #7362B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7362B9; }
p { color: rgb(115,98,185); }
H1.HeaderClassName
{
color: #7362B9;
}
.AnyTagClassName
{
color: #7362B9;
}
</style>
background-color css
<style>
a { background-color: #7362B9; }
a { background-color: rgb(115,98,185); }
div.DivClassName
{
background-color: #7362B9;
}
.BgClassName
{
background-color: #7362B9;
}
</style>
border-color css
<style>
span { border-color: #7362B9; }
span { border-color: rgb(115,98,185); }
td.TdClassName
{
border-color: #7362B9;
}
.TagClassName
{
border-color: #7362B9;
}
</style>