Shades of Blue Marguerite #7763BE
Tints of Blue Marguerite #7763BE
RGB
CMYK
RGB Variations
Color information
#7763BE (or 0x7763BE) is known color: Blue Marguerite. HEX triplet: 77, 63 and BE. RGB value is (119,99,190). Sum of RGB (Red+Green+Blue) = 119+99+190=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #7763BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7763BE is #889C41. Grayscale: #737373. Windows color (decimal): -8952898 or 12477303. OLE color: 12477303.
HSL color Cylindrical-coordinate representation of color #7763BE: hue angle of 253.19º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7763BE is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 99 | 190 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.25 |
| HSL | 253.19º | 0.41% | 0.57% | - |
| HSV(B) | 253.19º | 0.48% | 0.75% | - |
| XYZ | 21.36 | 16.56 | 50.79 | - |
| YUV | 115.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 190 | 0.37 | 0.48 | 0 | 0.25 | 253.19 | 0.41 | 0.57 |
| Hex | 77 | 63 | BE | 25 | 30 | 0 | 19 | FD | 29 | 39 |
| Octal | 167 | 143 | 276 | 45 | 60 | 0 | 31 | 375 | 51 | 71 |
| Binary | 1110111 | 1100011 | 10111110 | 100101 | 110000 | 0 | 11001 | 11111101 | 101001 | 111001 |
Color Harmonies of #7763BE
Complementary color
Monochromatic Colors of #7763BE
Black with #7763BE
Text Example
Text Example
White with #7763BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7763BE; }
p { color: rgb(119,99,190); }
H1.HeaderClassName
{
color: #7763BE;
}
.AnyTagClassName
{
color: #7763BE;
}
</style>
background-color css
<style>
a { background-color: #7763BE; }
a { background-color: rgb(119,99,190); }
div.DivClassName
{
background-color: #7763BE;
}
.BgClassName
{
background-color: #7763BE;
}
</style>
border-color css
<style>
span { border-color: #7763BE; }
span { border-color: rgb(119,99,190); }
td.TdClassName
{
border-color: #7763BE;
}
.TagClassName
{
border-color: #7763BE;
}
</style>