Shades of Blue Marguerite #726BB0
Tints of Blue Marguerite #726BB0
RGB
CMYK
RGB Variations
Color information
#726BB0 (or 0x726BB0) is known color: Blue Marguerite. HEX triplet: 72, 6B and B0. RGB value is (114,107,176). Sum of RGB (Red+Green+Blue) = 114+107+176=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 176 - color contains mainly: blue. Hex color #726BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726BB0 is #8D944F. Grayscale: #747474. Windows color (decimal): -9278544 or 11561842. OLE color: 11561842.
HSL color Cylindrical-coordinate representation of color #726BB0: hue angle of 246.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #726BB0 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 107 | 176 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.31 |
| HSL | 246.09º | 0.3% | 0.55% | - |
| HSV(B) | 246.09º | 0.39% | 0.69% | - |
| XYZ | 20.03 | 17.23 | 43.34 | - |
| YUV | 116.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 176 | 0.35 | 0.39 | 0 | 0.31 | 246.09 | 0.3 | 0.55 |
| Hex | 72 | 6B | B0 | 23 | 27 | 0 | 1F | F6 | 1E | 37 |
| Octal | 162 | 153 | 260 | 43 | 47 | 0 | 37 | 366 | 36 | 67 |
| Binary | 1110010 | 1101011 | 10110000 | 100011 | 100111 | 0 | 11111 | 11110110 | 11110 | 110111 |
Color Harmonies of #726BB0
Complementary color
Monochromatic Colors of #726BB0
Black with #726BB0
Text Example
Text Example
White with #726BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BB0; }
p { color: rgb(114,107,176); }
H1.HeaderClassName
{
color: #726BB0;
}
.AnyTagClassName
{
color: #726BB0;
}
</style>
background-color css
<style>
a { background-color: #726BB0; }
a { background-color: rgb(114,107,176); }
div.DivClassName
{
background-color: #726BB0;
}
.BgClassName
{
background-color: #726BB0;
}
</style>
border-color css
<style>
span { border-color: #726BB0; }
span { border-color: rgb(114,107,176); }
td.TdClassName
{
border-color: #726BB0;
}
.TagClassName
{
border-color: #726BB0;
}
</style>