Shades of Blue Marguerite #7452B9
Tints of Blue Marguerite #7452B9
RGB
CMYK
RGB Variations
Color information
#7452B9 (or 0x7452B9) is known color: Blue Marguerite. HEX triplet: 74, 52 and B9. RGB value is (116,82,185). Sum of RGB (Red+Green+Blue) = 116+82+185=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #7452B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7452B9 is #8BAD46. Grayscale: #676767. Windows color (decimal): -9153863 or 12145268. OLE color: 12145268.
HSL color Cylindrical-coordinate representation of color #7452B9: hue angle of 259.81º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7452B9 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 82 | 185 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.27 |
| HSL | 259.81º | 0.42% | 0.52% | - |
| HSV(B) | 259.81º | 0.56% | 0.73% | - |
| XYZ | 18.98 | 13.25 | 47.46 | - |
| YUV | 103.91 | 173.76 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 185 | 0.37 | 0.56 | 0 | 0.27 | 259.81 | 0.42 | 0.52 |
| Hex | 74 | 52 | B9 | 25 | 38 | 0 | 1B | 104 | 2A | 34 |
| Octal | 164 | 122 | 271 | 45 | 70 | 0 | 33 | 404 | 52 | 64 |
| Binary | 1110100 | 1010010 | 10111001 | 100101 | 111000 | 0 | 11011 | 100000100 | 101010 | 110100 |
Color Harmonies of #7452B9
Complementary color
Monochromatic Colors of #7452B9
Black with #7452B9
Text Example
Text Example
White with #7452B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7452B9; }
p { color: rgb(116,82,185); }
H1.HeaderClassName
{
color: #7452B9;
}
.AnyTagClassName
{
color: #7452B9;
}
</style>
background-color css
<style>
a { background-color: #7452B9; }
a { background-color: rgb(116,82,185); }
div.DivClassName
{
background-color: #7452B9;
}
.BgClassName
{
background-color: #7452B9;
}
</style>
border-color css
<style>
span { border-color: #7452B9; }
span { border-color: rgb(116,82,185); }
td.TdClassName
{
border-color: #7452B9;
}
.TagClassName
{
border-color: #7452B9;
}
</style>