Shades of Blue Marguerite #7249BB
Tints of Blue Marguerite #7249BB
RGB
CMYK
RGB Variations
Color information
#7249BB (or 0x7249BB) is known color: Blue Marguerite. HEX triplet: 72, 49 and BB. RGB value is (114,73,187). Sum of RGB (Red+Green+Blue) = 114+73+187=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #7249BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249BB is #8DB644. Grayscale: #616161. Windows color (decimal): -9287237 or 12274034. OLE color: 12274034.
HSL color Cylindrical-coordinate representation of color #7249BB: hue angle of 261.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7249BB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 73 | 187 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.27 |
| HSL | 261.58º | 0.46% | 0.51% | - |
| HSV(B) | 261.58º | 0.61% | 0.73% | - |
| XYZ | 18.29 | 11.93 | 48.35 | - |
| YUV | 98.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 187 | 0.39 | 0.61 | 0 | 0.27 | 261.58 | 0.46 | 0.51 |
| Hex | 72 | 49 | BB | 27 | 3D | 0 | 1B | 106 | 2E | 33 |
| Octal | 162 | 111 | 273 | 47 | 75 | 0 | 33 | 406 | 56 | 63 |
| Binary | 1110010 | 1001001 | 10111011 | 100111 | 111101 | 0 | 11011 | 100000110 | 101110 | 110011 |
Color Harmonies of #7249BB
Complementary color
Monochromatic Colors of #7249BB
Black with #7249BB
Text Example
Text Example
White with #7249BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7249BB; }
p { color: rgb(114,73,187); }
H1.HeaderClassName
{
color: #7249BB;
}
.AnyTagClassName
{
color: #7249BB;
}
</style>
background-color css
<style>
a { background-color: #7249BB; }
a { background-color: rgb(114,73,187); }
div.DivClassName
{
background-color: #7249BB;
}
.BgClassName
{
background-color: #7249BB;
}
</style>
border-color css
<style>
span { border-color: #7249BB; }
span { border-color: rgb(114,73,187); }
td.TdClassName
{
border-color: #7249BB;
}
.TagClassName
{
border-color: #7249BB;
}
</style>