Shades of Blue Marguerite #7452BC
Tints of Blue Marguerite #7452BC
RGB
CMYK
RGB Variations
Color information
#7452BC (or 0x7452BC) is known color: Blue Marguerite. HEX triplet: 74, 52 and BC. RGB value is (116,82,188). Sum of RGB (Red+Green+Blue) = 116+82+188=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #7452BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7452BC is #8BAD43. Grayscale: #676767. Windows color (decimal): -9153860 or 12341876. OLE color: 12341876.
HSL color Cylindrical-coordinate representation of color #7452BC: hue angle of 259.25º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7452BC is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 82 | 188 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.26 |
| HSL | 259.25º | 0.44% | 0.53% | - |
| HSV(B) | 259.25º | 0.56% | 0.74% | - |
| XYZ | 19.3 | 13.38 | 49.14 | - |
| YUV | 104.25 | 175.26 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 188 | 0.38 | 0.56 | 0 | 0.26 | 259.25 | 0.44 | 0.53 |
| Hex | 74 | 52 | BC | 26 | 38 | 0 | 1A | 103 | 2C | 35 |
| Octal | 164 | 122 | 274 | 46 | 70 | 0 | 32 | 403 | 54 | 65 |
| Binary | 1110100 | 1010010 | 10111100 | 100110 | 111000 | 0 | 11010 | 100000011 | 101100 | 110101 |
Color Harmonies of #7452BC
Complementary color
Monochromatic Colors of #7452BC
Black with #7452BC
Text Example
Text Example
White with #7452BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7452BC; }
p { color: rgb(116,82,188); }
H1.HeaderClassName
{
color: #7452BC;
}
.AnyTagClassName
{
color: #7452BC;
}
</style>
background-color css
<style>
a { background-color: #7452BC; }
a { background-color: rgb(116,82,188); }
div.DivClassName
{
background-color: #7452BC;
}
.BgClassName
{
background-color: #7452BC;
}
</style>
border-color css
<style>
span { border-color: #7452BC; }
span { border-color: rgb(116,82,188); }
td.TdClassName
{
border-color: #7452BC;
}
.TagClassName
{
border-color: #7452BC;
}
</style>