Shades of Blue Marguerite #724BBE
Tints of Blue Marguerite #724BBE
RGB
CMYK
RGB Variations
Color information
#724BBE (or 0x724BBE) is known color: Blue Marguerite. HEX triplet: 72, 4B and BE. RGB value is (114,75,190). Sum of RGB (Red+Green+Blue) = 114+75+190=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #724BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BBE is #8DB441. Grayscale: #636363. Windows color (decimal): -9286722 or 12471154. OLE color: 12471154.
HSL color Cylindrical-coordinate representation of color #724BBE: hue angle of 260.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724BBE is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 75 | 190 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.25 |
| HSL | 260.35º | 0.47% | 0.52% | - |
| HSV(B) | 260.35º | 0.61% | 0.75% | - |
| XYZ | 18.75 | 12.33 | 50.11 | - |
| YUV | 99.77 | 178.92 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 190 | 0.40 | 0.61 | 0 | 0.25 | 260.35 | 0.47 | 0.52 |
| Hex | 72 | 4B | BE | 28 | 3D | 0 | 19 | 104 | 2F | 34 |
| Octal | 162 | 113 | 276 | 50 | 75 | 0 | 31 | 404 | 57 | 64 |
| Binary | 1110010 | 1001011 | 10111110 | 101000 | 111101 | 0 | 11001 | 100000100 | 101111 | 110100 |
Color Harmonies of #724BBE
Complementary color
Monochromatic Colors of #724BBE
Black with #724BBE
Text Example
Text Example
White with #724BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BBE; }
p { color: rgb(114,75,190); }
H1.HeaderClassName
{
color: #724BBE;
}
.AnyTagClassName
{
color: #724BBE;
}
</style>
background-color css
<style>
a { background-color: #724BBE; }
a { background-color: rgb(114,75,190); }
div.DivClassName
{
background-color: #724BBE;
}
.BgClassName
{
background-color: #724BBE;
}
</style>
border-color css
<style>
span { border-color: #724BBE; }
span { border-color: rgb(114,75,190); }
td.TdClassName
{
border-color: #724BBE;
}
.TagClassName
{
border-color: #724BBE;
}
</style>