Shades of Blue Marguerite #724BBB
Tints of Blue Marguerite #724BBB
RGB
CMYK
RGB Variations
Color information
#724BBB (or 0x724BBB) is known color: Blue Marguerite. HEX triplet: 72, 4B and BB. RGB value is (114,75,187). Sum of RGB (Red+Green+Blue) = 114+75+187=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #724BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BBB is #8DB444. Grayscale: #636363. Windows color (decimal): -9286725 or 12274546. OLE color: 12274546.
HSL color Cylindrical-coordinate representation of color #724BBB: hue angle of 260.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #724BBB is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 75 | 187 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.27 |
| HSL | 260.89º | 0.45% | 0.51% | - |
| HSV(B) | 260.89º | 0.6% | 0.73% | - |
| XYZ | 18.43 | 12.2 | 48.4 | - |
| YUV | 99.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 187 | 0.39 | 0.60 | 0 | 0.27 | 260.89 | 0.45 | 0.51 |
| Hex | 72 | 4B | BB | 27 | 3C | 0 | 1B | 105 | 2D | 33 |
| Octal | 162 | 113 | 273 | 47 | 74 | 0 | 33 | 405 | 55 | 63 |
| Binary | 1110010 | 1001011 | 10111011 | 100111 | 111100 | 0 | 11011 | 100000101 | 101101 | 110011 |
Color Harmonies of #724BBB
Complementary color
Monochromatic Colors of #724BBB
Black with #724BBB
Text Example
Text Example
White with #724BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BBB; }
p { color: rgb(114,75,187); }
H1.HeaderClassName
{
color: #724BBB;
}
.AnyTagClassName
{
color: #724BBB;
}
</style>
background-color css
<style>
a { background-color: #724BBB; }
a { background-color: rgb(114,75,187); }
div.DivClassName
{
background-color: #724BBB;
}
.BgClassName
{
background-color: #724BBB;
}
</style>
border-color css
<style>
span { border-color: #724BBB; }
span { border-color: rgb(114,75,187); }
td.TdClassName
{
border-color: #724BBB;
}
.TagClassName
{
border-color: #724BBB;
}
</style>