Shades of Blue Marguerite #7752BB
Tints of Blue Marguerite #7752BB
RGB
CMYK
RGB Variations
Color information
#7752BB (or 0x7752BB) is known color: Blue Marguerite. HEX triplet: 77, 52 and BB. RGB value is (119,82,187). Sum of RGB (Red+Green+Blue) = 119+82+187=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #7752BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752BB is #88AD44. Grayscale: #686868. Windows color (decimal): -8957253 or 12276343. OLE color: 12276343.
HSL color Cylindrical-coordinate representation of color #7752BB: hue angle of 261.14º degrees, saturation: 0.44, 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 #7752BB is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 82 | 187 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.27 |
| HSL | 261.14º | 0.44% | 0.53% | - |
| HSV(B) | 261.14º | 0.56% | 0.73% | - |
| XYZ | 19.59 | 13.54 | 48.6 | - |
| YUV | 105.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 187 | 0.36 | 0.56 | 0 | 0.27 | 261.14 | 0.44 | 0.53 |
| Hex | 77 | 52 | BB | 24 | 38 | 0 | 1B | 105 | 2C | 35 |
| Octal | 167 | 122 | 273 | 44 | 70 | 0 | 33 | 405 | 54 | 65 |
| Binary | 1110111 | 1010010 | 10111011 | 100100 | 111000 | 0 | 11011 | 100000101 | 101100 | 110101 |
Color Harmonies of #7752BB
Complementary color
Monochromatic Colors of #7752BB
Black with #7752BB
Text Example
Text Example
White with #7752BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752BB; }
p { color: rgb(119,82,187); }
H1.HeaderClassName
{
color: #7752BB;
}
.AnyTagClassName
{
color: #7752BB;
}
</style>
background-color css
<style>
a { background-color: #7752BB; }
a { background-color: rgb(119,82,187); }
div.DivClassName
{
background-color: #7752BB;
}
.BgClassName
{
background-color: #7752BB;
}
</style>
border-color css
<style>
span { border-color: #7752BB; }
span { border-color: rgb(119,82,187); }
td.TdClassName
{
border-color: #7752BB;
}
.TagClassName
{
border-color: #7752BB;
}
</style>