Shades of Blue Marguerite #7367B1
Tints of Blue Marguerite #7367B1
RGB
CMYK
RGB Variations
Color information
#7367B1 (or 0x7367B1) is known color: Blue Marguerite. HEX triplet: 73, 67 and B1. RGB value is (115,103,177). Sum of RGB (Red+Green+Blue) = 115+103+177=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #7367B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7367B1 is #8C984E. Grayscale: #727272. Windows color (decimal): -9214031 or 11626355. OLE color: 11626355.
HSL color Cylindrical-coordinate representation of color #7367B1: hue angle of 249.73º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7367B1 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 103 | 177 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.31 |
| HSL | 249.73º | 0.32% | 0.55% | - |
| HSV(B) | 249.73º | 0.42% | 0.69% | - |
| XYZ | 19.86 | 16.52 | 43.74 | - |
| YUV | 115.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 177 | 0.35 | 0.42 | 0 | 0.31 | 249.73 | 0.32 | 0.55 |
| Hex | 73 | 67 | B1 | 23 | 2A | 0 | 1F | FA | 20 | 37 |
| Octal | 163 | 147 | 261 | 43 | 52 | 0 | 37 | 372 | 40 | 67 |
| Binary | 1110011 | 1100111 | 10110001 | 100011 | 101010 | 0 | 11111 | 11111010 | 100000 | 110111 |
Color Harmonies of #7367B1
Complementary color
Monochromatic Colors of #7367B1
Black with #7367B1
Text Example
Text Example
White with #7367B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367B1; }
p { color: rgb(115,103,177); }
H1.HeaderClassName
{
color: #7367B1;
}
.AnyTagClassName
{
color: #7367B1;
}
</style>
background-color css
<style>
a { background-color: #7367B1; }
a { background-color: rgb(115,103,177); }
div.DivClassName
{
background-color: #7367B1;
}
.BgClassName
{
background-color: #7367B1;
}
</style>
border-color css
<style>
span { border-color: #7367B1; }
span { border-color: rgb(115,103,177); }
td.TdClassName
{
border-color: #7367B1;
}
.TagClassName
{
border-color: #7367B1;
}
</style>