Shades of Blue Marguerite #7360B1
Tints of Blue Marguerite #7360B1
RGB
CMYK
RGB Variations
Color information
#7360B1 (or 0x7360B1) is known color: Blue Marguerite. HEX triplet: 73, 60 and B1. RGB value is (115,96,177). Sum of RGB (Red+Green+Blue) = 115+96+177=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #7360B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7360B1 is #8C9F4E. Grayscale: #6E6E6E. Windows color (decimal): -9215823 or 11624563. OLE color: 11624563.
HSL color Cylindrical-coordinate representation of color #7360B1: hue angle of 254.07º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7360B1 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 96 | 177 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.31 |
| HSL | 254.07º | 0.34% | 0.54% | - |
| HSV(B) | 254.07º | 0.46% | 0.69% | - |
| XYZ | 19.19 | 15.18 | 43.51 | - |
| YUV | 110.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 177 | 0.35 | 0.46 | 0 | 0.31 | 254.07 | 0.34 | 0.54 |
| Hex | 73 | 60 | B1 | 23 | 2E | 0 | 1F | FE | 22 | 36 |
| Octal | 163 | 140 | 261 | 43 | 56 | 0 | 37 | 376 | 42 | 66 |
| Binary | 1110011 | 1100000 | 10110001 | 100011 | 101110 | 0 | 11111 | 11111110 | 100010 | 110110 |
Color Harmonies of #7360B1
Complementary color
Monochromatic Colors of #7360B1
Black with #7360B1
Text Example
Text Example
White with #7360B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7360B1; }
p { color: rgb(115,96,177); }
H1.HeaderClassName
{
color: #7360B1;
}
.AnyTagClassName
{
color: #7360B1;
}
</style>
background-color css
<style>
a { background-color: #7360B1; }
a { background-color: rgb(115,96,177); }
div.DivClassName
{
background-color: #7360B1;
}
.BgClassName
{
background-color: #7360B1;
}
</style>
border-color css
<style>
span { border-color: #7360B1; }
span { border-color: rgb(115,96,177); }
td.TdClassName
{
border-color: #7360B1;
}
.TagClassName
{
border-color: #7360B1;
}
</style>