Shades of Blue Marguerite #724ABB
Tints of Blue Marguerite #724ABB
RGB
CMYK
RGB Variations
Color information
#724ABB (or 0x724ABB) is known color: Blue Marguerite. HEX triplet: 72, 4A and BB. RGB value is (114,74,187). Sum of RGB (Red+Green+Blue) = 114+74+187=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #724ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724ABB is #8DB544. Grayscale: #626262. Windows color (decimal): -9286981 or 12274290. OLE color: 12274290.
HSL color Cylindrical-coordinate representation of color #724ABB: hue angle of 261.24º 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 #724ABB is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 74 | 187 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.27 |
| HSL | 261.24º | 0.45% | 0.51% | - |
| HSV(B) | 261.24º | 0.6% | 0.73% | - |
| XYZ | 18.36 | 12.06 | 48.37 | - |
| YUV | 98.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 187 | 0.39 | 0.60 | 0 | 0.27 | 261.24 | 0.45 | 0.51 |
| Hex | 72 | 4A | BB | 27 | 3C | 0 | 1B | 105 | 2D | 33 |
| Octal | 162 | 112 | 273 | 47 | 74 | 0 | 33 | 405 | 55 | 63 |
| Binary | 1110010 | 1001010 | 10111011 | 100111 | 111100 | 0 | 11011 | 100000101 | 101101 | 110011 |
Color Harmonies of #724ABB
Complementary color
Monochromatic Colors of #724ABB
Black with #724ABB
Text Example
Text Example
White with #724ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724ABB; }
p { color: rgb(114,74,187); }
H1.HeaderClassName
{
color: #724ABB;
}
.AnyTagClassName
{
color: #724ABB;
}
</style>
background-color css
<style>
a { background-color: #724ABB; }
a { background-color: rgb(114,74,187); }
div.DivClassName
{
background-color: #724ABB;
}
.BgClassName
{
background-color: #724ABB;
}
</style>
border-color css
<style>
span { border-color: #724ABB; }
span { border-color: rgb(114,74,187); }
td.TdClassName
{
border-color: #724ABB;
}
.TagClassName
{
border-color: #724ABB;
}
</style>