Shades of Blue Marguerite #724DBE
Tints of Blue Marguerite #724DBE
RGB
CMYK
RGB Variations
Color information
#724DBE (or 0x724DBE) is known color: Blue Marguerite. HEX triplet: 72, 4D and BE. RGB value is (114,77,190). Sum of RGB (Red+Green+Blue) = 114+77+190=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #724DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DBE is #8DB241. Grayscale: #646464. Windows color (decimal): -9286210 or 12471666. OLE color: 12471666.
HSL color Cylindrical-coordinate representation of color #724DBE: hue angle of 259.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #724DBE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 77 | 190 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.25 |
| HSL | 259.65º | 0.47% | 0.52% | - |
| HSV(B) | 259.65º | 0.59% | 0.75% | - |
| XYZ | 18.89 | 12.6 | 50.15 | - |
| YUV | 100.95 | 178.26 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 190 | 0.40 | 0.59 | 0 | 0.25 | 259.65 | 0.47 | 0.52 |
| Hex | 72 | 4D | BE | 28 | 3B | 0 | 19 | 104 | 2F | 34 |
| Octal | 162 | 115 | 276 | 50 | 73 | 0 | 31 | 404 | 57 | 64 |
| Binary | 1110010 | 1001101 | 10111110 | 101000 | 111011 | 0 | 11001 | 100000100 | 101111 | 110100 |
Color Harmonies of #724DBE
Complementary color
Monochromatic Colors of #724DBE
Black with #724DBE
Text Example
Text Example
White with #724DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DBE; }
p { color: rgb(114,77,190); }
H1.HeaderClassName
{
color: #724DBE;
}
.AnyTagClassName
{
color: #724DBE;
}
</style>
background-color css
<style>
a { background-color: #724DBE; }
a { background-color: rgb(114,77,190); }
div.DivClassName
{
background-color: #724DBE;
}
.BgClassName
{
background-color: #724DBE;
}
</style>
border-color css
<style>
span { border-color: #724DBE; }
span { border-color: rgb(114,77,190); }
td.TdClassName
{
border-color: #724DBE;
}
.TagClassName
{
border-color: #724DBE;
}
</style>