Shades of Blue Marguerite #7763B2
Tints of Blue Marguerite #7763B2
RGB
CMYK
RGB Variations
Color information
#7763B2 (or 0x7763B2) is known color: Blue Marguerite. HEX triplet: 77, 63 and B2. RGB value is (119,99,178). Sum of RGB (Red+Green+Blue) = 119+99+178=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #7763B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7763B2 is #889C4D. Grayscale: #717171. Windows color (decimal): -8952910 or 11690871. OLE color: 11690871.
HSL color Cylindrical-coordinate representation of color #7763B2: hue angle of 255.19º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7763B2 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 99 | 178 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.30 |
| HSL | 255.19º | 0.34% | 0.54% | - |
| HSV(B) | 255.19º | 0.44% | 0.7% | - |
| XYZ | 20.11 | 16.06 | 44.16 | - |
| YUV | 113.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 178 | 0.33 | 0.44 | 0 | 0.30 | 255.19 | 0.34 | 0.54 |
| Hex | 77 | 63 | B2 | 21 | 2C | 0 | 1E | FF | 22 | 36 |
| Octal | 167 | 143 | 262 | 41 | 54 | 0 | 36 | 377 | 42 | 66 |
| Binary | 1110111 | 1100011 | 10110010 | 100001 | 101100 | 0 | 11110 | 11111111 | 100010 | 110110 |
Color Harmonies of #7763B2
Complementary color
Monochromatic Colors of #7763B2
Black with #7763B2
Text Example
Text Example
White with #7763B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7763B2; }
p { color: rgb(119,99,178); }
H1.HeaderClassName
{
color: #7763B2;
}
.AnyTagClassName
{
color: #7763B2;
}
</style>
background-color css
<style>
a { background-color: #7763B2; }
a { background-color: rgb(119,99,178); }
div.DivClassName
{
background-color: #7763B2;
}
.BgClassName
{
background-color: #7763B2;
}
</style>
border-color css
<style>
span { border-color: #7763B2; }
span { border-color: rgb(119,99,178); }
td.TdClassName
{
border-color: #7763B2;
}
.TagClassName
{
border-color: #7763B2;
}
</style>