Shades of Blue Marguerite #736BBB
Tints of Blue Marguerite #736BBB
RGB
CMYK
RGB Variations
Color information
#736BBB (or 0x736BBB) is known color: Blue Marguerite. HEX triplet: 73, 6B and BB. RGB value is (115,107,187). Sum of RGB (Red+Green+Blue) = 115+107+187=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #736BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BBB is #8C9444. Grayscale: #767676. Windows color (decimal): -9212997 or 12282739. OLE color: 12282739.
HSL color Cylindrical-coordinate representation of color #736BBB: hue angle of 246º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #736BBB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 107 | 187 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.27 |
| HSL | 246º | 0.37% | 0.58% | - |
| HSV(B) | 246º | 0.43% | 0.73% | - |
| XYZ | 21.3 | 17.75 | 49.32 | - |
| YUV | 118.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 187 | 0.39 | 0.43 | 0 | 0.27 | 246 | 0.37 | 0.58 |
| Hex | 73 | 6B | BB | 27 | 2B | 0 | 1B | F6 | 25 | 3A |
| Octal | 163 | 153 | 273 | 47 | 53 | 0 | 33 | 366 | 45 | 72 |
| Binary | 1110011 | 1101011 | 10111011 | 100111 | 101011 | 0 | 11011 | 11110110 | 100101 | 111010 |
Color Harmonies of #736BBB
Complementary color
Monochromatic Colors of #736BBB
Black with #736BBB
Text Example
Text Example
White with #736BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736BBB; }
p { color: rgb(115,107,187); }
H1.HeaderClassName
{
color: #736BBB;
}
.AnyTagClassName
{
color: #736BBB;
}
</style>
background-color css
<style>
a { background-color: #736BBB; }
a { background-color: rgb(115,107,187); }
div.DivClassName
{
background-color: #736BBB;
}
.BgClassName
{
background-color: #736BBB;
}
</style>
border-color css
<style>
span { border-color: #736BBB; }
span { border-color: rgb(115,107,187); }
td.TdClassName
{
border-color: #736BBB;
}
.TagClassName
{
border-color: #736BBB;
}
</style>