Shades of Blue Marguerite #726AB9
Tints of Blue Marguerite #726AB9
RGB
CMYK
RGB Variations
Color information
#726AB9 (or 0x726AB9) is known color: Blue Marguerite. HEX triplet: 72, 6A and B9. RGB value is (114,106,185). Sum of RGB (Red+Green+Blue) = 114+106+185=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #726AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726AB9 is #8D9546. Grayscale: #757575. Windows color (decimal): -9278791 or 12151410. OLE color: 12151410.
HSL color Cylindrical-coordinate representation of color #726AB9: hue angle of 246.08º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #726AB9 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 106 | 185 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.27 |
| HSL | 246.08º | 0.36% | 0.57% | - |
| HSV(B) | 246.08º | 0.43% | 0.73% | - |
| XYZ | 20.85 | 17.39 | 48.16 | - |
| YUV | 117.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 185 | 0.38 | 0.43 | 0 | 0.27 | 246.08 | 0.36 | 0.57 |
| Hex | 72 | 6A | B9 | 26 | 2B | 0 | 1B | F6 | 24 | 39 |
| Octal | 162 | 152 | 271 | 46 | 53 | 0 | 33 | 366 | 44 | 71 |
| Binary | 1110010 | 1101010 | 10111001 | 100110 | 101011 | 0 | 11011 | 11110110 | 100100 | 111001 |
Color Harmonies of #726AB9
Complementary color
Monochromatic Colors of #726AB9
Black with #726AB9
Text Example
Text Example
White with #726AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726AB9; }
p { color: rgb(114,106,185); }
H1.HeaderClassName
{
color: #726AB9;
}
.AnyTagClassName
{
color: #726AB9;
}
</style>
background-color css
<style>
a { background-color: #726AB9; }
a { background-color: rgb(114,106,185); }
div.DivClassName
{
background-color: #726AB9;
}
.BgClassName
{
background-color: #726AB9;
}
</style>
border-color css
<style>
span { border-color: #726AB9; }
span { border-color: rgb(114,106,185); }
td.TdClassName
{
border-color: #726AB9;
}
.TagClassName
{
border-color: #726AB9;
}
</style>