Shades of Blue Marguerite #7362AD
Tints of Blue Marguerite #7362AD
RGB
CMYK
RGB Variations
Color information
#7362AD (or 0x7362AD) is known color: Blue Marguerite. HEX triplet: 73, 62 and AD. RGB value is (115,98,173). Sum of RGB (Red+Green+Blue) = 115+98+173=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #7362AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7362AD is #8C9D52. Grayscale: #6F6F6F. Windows color (decimal): -9215315 or 11362931. OLE color: 11362931.
HSL color Cylindrical-coordinate representation of color #7362AD: hue angle of 253.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7362AD is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 98 | 173 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.32 |
| HSL | 253.6º | 0.31% | 0.53% | - |
| HSV(B) | 253.6º | 0.43% | 0.68% | - |
| XYZ | 18.98 | 15.4 | 41.51 | - |
| YUV | 111.63 | 162.63 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 173 | 0.34 | 0.43 | 0 | 0.32 | 253.6 | 0.31 | 0.53 |
| Hex | 73 | 62 | AD | 22 | 2B | 0 | 20 | FE | 1F | 35 |
| Octal | 163 | 142 | 255 | 42 | 53 | 0 | 40 | 376 | 37 | 65 |
| Binary | 1110011 | 1100010 | 10101101 | 100010 | 101011 | 0 | 100000 | 11111110 | 11111 | 110101 |
Color Harmonies of #7362AD
Complementary color
Monochromatic Colors of #7362AD
Black with #7362AD
Text Example
Text Example
White with #7362AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7362AD; }
p { color: rgb(115,98,173); }
H1.HeaderClassName
{
color: #7362AD;
}
.AnyTagClassName
{
color: #7362AD;
}
</style>
background-color css
<style>
a { background-color: #7362AD; }
a { background-color: rgb(115,98,173); }
div.DivClassName
{
background-color: #7362AD;
}
.BgClassName
{
background-color: #7362AD;
}
</style>
border-color css
<style>
span { border-color: #7362AD; }
span { border-color: rgb(115,98,173); }
td.TdClassName
{
border-color: #7362AD;
}
.TagClassName
{
border-color: #7362AD;
}
</style>