Shades of Blue Marguerite #736AB7
Tints of Blue Marguerite #736AB7
RGB
CMYK
RGB Variations
Color information
#736AB7 (or 0x736AB7) is known color: Blue Marguerite. HEX triplet: 73, 6A and B7. RGB value is (115,106,183). Sum of RGB (Red+Green+Blue) = 115+106+183=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 183 - color contains mainly: blue. Hex color #736AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736AB7 is #8C9548. Grayscale: #757575. Windows color (decimal): -9213257 or 12020339. OLE color: 12020339.
HSL color Cylindrical-coordinate representation of color #736AB7: hue angle of 247.01º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #736AB7 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 106 | 183 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.28 |
| HSL | 247.01º | 0.35% | 0.57% | - |
| HSV(B) | 247.01º | 0.42% | 0.72% | - |
| XYZ | 20.77 | 17.37 | 47.06 | - |
| YUV | 117.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 183 | 0.37 | 0.42 | 0 | 0.28 | 247.01 | 0.35 | 0.57 |
| Hex | 73 | 6A | B7 | 25 | 2A | 0 | 1C | F7 | 23 | 39 |
| Octal | 163 | 152 | 267 | 45 | 52 | 0 | 34 | 367 | 43 | 71 |
| Binary | 1110011 | 1101010 | 10110111 | 100101 | 101010 | 0 | 11100 | 11110111 | 100011 | 111001 |
Color Harmonies of #736AB7
Complementary color
Monochromatic Colors of #736AB7
Black with #736AB7
Text Example
Text Example
White with #736AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736AB7; }
p { color: rgb(115,106,183); }
H1.HeaderClassName
{
color: #736AB7;
}
.AnyTagClassName
{
color: #736AB7;
}
</style>
background-color css
<style>
a { background-color: #736AB7; }
a { background-color: rgb(115,106,183); }
div.DivClassName
{
background-color: #736AB7;
}
.BgClassName
{
background-color: #736AB7;
}
</style>
border-color css
<style>
span { border-color: #736AB7; }
span { border-color: rgb(115,106,183); }
td.TdClassName
{
border-color: #736AB7;
}
.TagClassName
{
border-color: #736AB7;
}
</style>