Shades of Blue Marguerite #7367B6
Tints of Blue Marguerite #7367B6
RGB
CMYK
RGB Variations
Color information
#7367B6 (or 0x7367B6) is known color: Blue Marguerite. HEX triplet: 73, 67 and B6. RGB value is (115,103,182). Sum of RGB (Red+Green+Blue) = 115+103+182=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #7367B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367B6 is #8C9849. Grayscale: #737373. Windows color (decimal): -9214026 or 11954035. OLE color: 11954035.
HSL color Cylindrical-coordinate representation of color #7367B6: hue angle of 249.11º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7367B6 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 103 | 182 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.29 |
| HSL | 249.11º | 0.35% | 0.56% | - |
| HSV(B) | 249.11º | 0.43% | 0.71% | - |
| XYZ | 20.36 | 16.72 | 46.41 | - |
| YUV | 115.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 182 | 0.37 | 0.43 | 0 | 0.29 | 249.11 | 0.35 | 0.56 |
| Hex | 73 | 67 | B6 | 25 | 2B | 0 | 1D | F9 | 23 | 38 |
| Octal | 163 | 147 | 266 | 45 | 53 | 0 | 35 | 371 | 43 | 70 |
| Binary | 1110011 | 1100111 | 10110110 | 100101 | 101011 | 0 | 11101 | 11111001 | 100011 | 111000 |
Color Harmonies of #7367B6
Complementary color
Monochromatic Colors of #7367B6
Black with #7367B6
Text Example
Text Example
White with #7367B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367B6; }
p { color: rgb(115,103,182); }
H1.HeaderClassName
{
color: #7367B6;
}
.AnyTagClassName
{
color: #7367B6;
}
</style>
background-color css
<style>
a { background-color: #7367B6; }
a { background-color: rgb(115,103,182); }
div.DivClassName
{
background-color: #7367B6;
}
.BgClassName
{
background-color: #7367B6;
}
</style>
border-color css
<style>
span { border-color: #7367B6; }
span { border-color: rgb(115,103,182); }
td.TdClassName
{
border-color: #7367B6;
}
.TagClassName
{
border-color: #7367B6;
}
</style>