Shades of Blue Marguerite #726ABC
Tints of Blue Marguerite #726ABC
RGB
CMYK
RGB Variations
Color information
#726ABC (or 0x726ABC) is known color: Blue Marguerite. HEX triplet: 72, 6A and BC. RGB value is (114,106,188). Sum of RGB (Red+Green+Blue) = 114+106+188=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #726ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ABC is #8D9543. Grayscale: #757575. Windows color (decimal): -9278788 or 12348018. OLE color: 12348018.
HSL color Cylindrical-coordinate representation of color #726ABC: hue angle of 245.85º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #726ABC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 106 | 188 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.26 |
| HSL | 245.85º | 0.38% | 0.58% | - |
| HSV(B) | 245.85º | 0.44% | 0.74% | - |
| XYZ | 21.17 | 17.52 | 49.84 | - |
| YUV | 117.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 188 | 0.39 | 0.44 | 0 | 0.26 | 245.85 | 0.38 | 0.58 |
| Hex | 72 | 6A | BC | 27 | 2C | 0 | 1A | F6 | 26 | 3A |
| Octal | 162 | 152 | 274 | 47 | 54 | 0 | 32 | 366 | 46 | 72 |
| Binary | 1110010 | 1101010 | 10111100 | 100111 | 101100 | 0 | 11010 | 11110110 | 100110 | 111010 |
Color Harmonies of #726ABC
Complementary color
Monochromatic Colors of #726ABC
Black with #726ABC
Text Example
Text Example
White with #726ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726ABC; }
p { color: rgb(114,106,188); }
H1.HeaderClassName
{
color: #726ABC;
}
.AnyTagClassName
{
color: #726ABC;
}
</style>
background-color css
<style>
a { background-color: #726ABC; }
a { background-color: rgb(114,106,188); }
div.DivClassName
{
background-color: #726ABC;
}
.BgClassName
{
background-color: #726ABC;
}
</style>
border-color css
<style>
span { border-color: #726ABC; }
span { border-color: rgb(114,106,188); }
td.TdClassName
{
border-color: #726ABC;
}
.TagClassName
{
border-color: #726ABC;
}
</style>