Shades of Blue Marguerite #736AB1
Tints of Blue Marguerite #736AB1
RGB
CMYK
RGB Variations
Color information
#736AB1 (or 0x736AB1) is known color: Blue Marguerite. HEX triplet: 73, 6A and B1. RGB value is (115,106,177). Sum of RGB (Red+Green+Blue) = 115+106+177=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #736AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AB1 is #8C954E. Grayscale: #747474. Windows color (decimal): -9213263 or 11627123. OLE color: 11627123.
HSL color Cylindrical-coordinate representation of color #736AB1: hue angle of 247.61º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #736AB1 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 106 | 177 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.31 |
| HSL | 247.61º | 0.31% | 0.55% | - |
| HSV(B) | 247.61º | 0.4% | 0.69% | - |
| XYZ | 20.16 | 17.13 | 43.84 | - |
| YUV | 116.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 177 | 0.35 | 0.40 | 0 | 0.31 | 247.61 | 0.31 | 0.55 |
| Hex | 73 | 6A | B1 | 23 | 28 | 0 | 1F | F8 | 1F | 37 |
| Octal | 163 | 152 | 261 | 43 | 50 | 0 | 37 | 370 | 37 | 67 |
| Binary | 1110011 | 1101010 | 10110001 | 100011 | 101000 | 0 | 11111 | 11111000 | 11111 | 110111 |
Color Harmonies of #736AB1
Complementary color
Monochromatic Colors of #736AB1
Black with #736AB1
Text Example
Text Example
White with #736AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736AB1; }
p { color: rgb(115,106,177); }
H1.HeaderClassName
{
color: #736AB1;
}
.AnyTagClassName
{
color: #736AB1;
}
</style>
background-color css
<style>
a { background-color: #736AB1; }
a { background-color: rgb(115,106,177); }
div.DivClassName
{
background-color: #736AB1;
}
.BgClassName
{
background-color: #736AB1;
}
</style>
border-color css
<style>
span { border-color: #736AB1; }
span { border-color: rgb(115,106,177); }
td.TdClassName
{
border-color: #736AB1;
}
.TagClassName
{
border-color: #736AB1;
}
</style>