Shades of Blue Marguerite #7367B8
Tints of Blue Marguerite #7367B8
RGB
CMYK
RGB Variations
Color information
#7367B8 (or 0x7367B8) is known color: Blue Marguerite. HEX triplet: 73, 67 and B8. RGB value is (115,103,184). Sum of RGB (Red+Green+Blue) = 115+103+184=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 184 - color contains mainly: blue. Hex color #7367B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367B8 is #8C9847. Grayscale: #737373. Windows color (decimal): -9214024 or 12085107. OLE color: 12085107.
HSL color Cylindrical-coordinate representation of color #7367B8: hue angle of 248.89º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7367B8 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 103 | 184 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.28 |
| HSL | 248.89º | 0.36% | 0.56% | - |
| HSV(B) | 248.89º | 0.44% | 0.72% | - |
| XYZ | 20.57 | 16.81 | 47.51 | - |
| YUV | 115.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 184 | 0.38 | 0.44 | 0 | 0.28 | 248.89 | 0.36 | 0.56 |
| Hex | 73 | 67 | B8 | 26 | 2C | 0 | 1C | F9 | 24 | 38 |
| Octal | 163 | 147 | 270 | 46 | 54 | 0 | 34 | 371 | 44 | 70 |
| Binary | 1110011 | 1100111 | 10111000 | 100110 | 101100 | 0 | 11100 | 11111001 | 100100 | 111000 |
Color Harmonies of #7367B8
Complementary color
Monochromatic Colors of #7367B8
Black with #7367B8
Text Example
Text Example
White with #7367B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367B8; }
p { color: rgb(115,103,184); }
H1.HeaderClassName
{
color: #7367B8;
}
.AnyTagClassName
{
color: #7367B8;
}
</style>
background-color css
<style>
a { background-color: #7367B8; }
a { background-color: rgb(115,103,184); }
div.DivClassName
{
background-color: #7367B8;
}
.BgClassName
{
background-color: #7367B8;
}
</style>
border-color css
<style>
span { border-color: #7367B8; }
span { border-color: rgb(115,103,184); }
td.TdClassName
{
border-color: #7367B8;
}
.TagClassName
{
border-color: #7367B8;
}
</style>