Shades of Blue Marguerite #7367BB
Tints of Blue Marguerite #7367BB
RGB
CMYK
RGB Variations
Color information
#7367BB (or 0x7367BB) is known color: Blue Marguerite. HEX triplet: 73, 67 and BB. RGB value is (115,103,187). Sum of RGB (Red+Green+Blue) = 115+103+187=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #7367BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367BB is #8C9844. Grayscale: #737373. Windows color (decimal): -9214021 or 12281715. OLE color: 12281715.
HSL color Cylindrical-coordinate representation of color #7367BB: hue angle of 248.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7367BB is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 103 | 187 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.27 |
| HSL | 248.57º | 0.38% | 0.57% | - |
| HSV(B) | 248.57º | 0.45% | 0.73% | - |
| XYZ | 20.89 | 16.93 | 49.18 | - |
| YUV | 116.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 187 | 0.39 | 0.45 | 0 | 0.27 | 248.57 | 0.38 | 0.57 |
| Hex | 73 | 67 | BB | 27 | 2D | 0 | 1B | F9 | 26 | 39 |
| Octal | 163 | 147 | 273 | 47 | 55 | 0 | 33 | 371 | 46 | 71 |
| Binary | 1110011 | 1100111 | 10111011 | 100111 | 101101 | 0 | 11011 | 11111001 | 100110 | 111001 |
Color Harmonies of #7367BB
Complementary color
Monochromatic Colors of #7367BB
Black with #7367BB
Text Example
Text Example
White with #7367BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367BB; }
p { color: rgb(115,103,187); }
H1.HeaderClassName
{
color: #7367BB;
}
.AnyTagClassName
{
color: #7367BB;
}
</style>
background-color css
<style>
a { background-color: #7367BB; }
a { background-color: rgb(115,103,187); }
div.DivClassName
{
background-color: #7367BB;
}
.BgClassName
{
background-color: #7367BB;
}
</style>
border-color css
<style>
span { border-color: #7367BB; }
span { border-color: rgb(115,103,187); }
td.TdClassName
{
border-color: #7367BB;
}
.TagClassName
{
border-color: #7367BB;
}
</style>