Shades of Blue Marguerite #7762AE
Tints of Blue Marguerite #7762AE
RGB
CMYK
RGB Variations
Color information
#7762AE (or 0x7762AE) is known color: Blue Marguerite. HEX triplet: 77, 62 and AE. RGB value is (119,98,174). Sum of RGB (Red+Green+Blue) = 119+98+174=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #7762AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7762AE is #889D51. Grayscale: #707070. Windows color (decimal): -8953170 or 11428471. OLE color: 11428471.
HSL color Cylindrical-coordinate representation of color #7762AE: hue angle of 256.58º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7762AE is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 98 | 174 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.32 |
| HSL | 256.58º | 0.32% | 0.53% | - |
| HSV(B) | 256.58º | 0.44% | 0.68% | - |
| XYZ | 19.62 | 15.71 | 42.04 | - |
| YUV | 112.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 174 | 0.32 | 0.44 | 0 | 0.32 | 256.58 | 0.32 | 0.53 |
| Hex | 77 | 62 | AE | 20 | 2C | 0 | 20 | 101 | 20 | 35 |
| Octal | 167 | 142 | 256 | 40 | 54 | 0 | 40 | 401 | 40 | 65 |
| Binary | 1110111 | 1100010 | 10101110 | 100000 | 101100 | 0 | 100000 | 100000001 | 100000 | 110101 |
Color Harmonies of #7762AE
Complementary color
Monochromatic Colors of #7762AE
Black with #7762AE
Text Example
Text Example
White with #7762AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7762AE; }
p { color: rgb(119,98,174); }
H1.HeaderClassName
{
color: #7762AE;
}
.AnyTagClassName
{
color: #7762AE;
}
</style>
background-color css
<style>
a { background-color: #7762AE; }
a { background-color: rgb(119,98,174); }
div.DivClassName
{
background-color: #7762AE;
}
.BgClassName
{
background-color: #7762AE;
}
</style>
border-color css
<style>
span { border-color: #7762AE; }
span { border-color: rgb(119,98,174); }
td.TdClassName
{
border-color: #7762AE;
}
.TagClassName
{
border-color: #7762AE;
}
</style>