Shades of Blue Marguerite #7552BA
Tints of Blue Marguerite #7552BA
RGB
CMYK
RGB Variations
Color information
#7552BA (or 0x7552BA) is known color: Blue Marguerite. HEX triplet: 75, 52 and BA. RGB value is (117,82,186). Sum of RGB (Red+Green+Blue) = 117+82+186=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #7552BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7552BA is #8AAD45. Grayscale: #676767. Windows color (decimal): -9088326 or 12210805. OLE color: 12210805.
HSL color Cylindrical-coordinate representation of color #7552BA: hue angle of 260.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7552BA is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 82 | 186 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.27 |
| HSL | 260.19º | 0.43% | 0.53% | - |
| HSV(B) | 260.19º | 0.56% | 0.73% | - |
| XYZ | 19.22 | 13.36 | 48.02 | - |
| YUV | 104.32 | 174.1 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 186 | 0.37 | 0.56 | 0 | 0.27 | 260.19 | 0.43 | 0.53 |
| Hex | 75 | 52 | BA | 25 | 38 | 0 | 1B | 104 | 2B | 35 |
| Octal | 165 | 122 | 272 | 45 | 70 | 0 | 33 | 404 | 53 | 65 |
| Binary | 1110101 | 1010010 | 10111010 | 100101 | 111000 | 0 | 11011 | 100000100 | 101011 | 110101 |
Color Harmonies of #7552BA
Complementary color
Monochromatic Colors of #7552BA
Black with #7552BA
Text Example
Text Example
White with #7552BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7552BA; }
p { color: rgb(117,82,186); }
H1.HeaderClassName
{
color: #7552BA;
}
.AnyTagClassName
{
color: #7552BA;
}
</style>
background-color css
<style>
a { background-color: #7552BA; }
a { background-color: rgb(117,82,186); }
div.DivClassName
{
background-color: #7552BA;
}
.BgClassName
{
background-color: #7552BA;
}
</style>
border-color css
<style>
span { border-color: #7552BA; }
span { border-color: rgb(117,82,186); }
td.TdClassName
{
border-color: #7552BA;
}
.TagClassName
{
border-color: #7552BA;
}
</style>