Shades of Blue Marguerite #7761B5
Tints of Blue Marguerite #7761B5
RGB
CMYK
RGB Variations
Color information
#7761B5 (or 0x7761B5) is known color: Blue Marguerite. HEX triplet: 77, 61 and B5. RGB value is (119,97,181). Sum of RGB (Red+Green+Blue) = 119+97+181=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 181 - color contains mainly: blue. Hex color #7761B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761B5 is #889E4A. Grayscale: #707070. Windows color (decimal): -8953419 or 11886967. OLE color: 11886967.
HSL color Cylindrical-coordinate representation of color #7761B5: hue angle of 255.71º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7761B5 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 97 | 181 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.29 |
| HSL | 255.71º | 0.36% | 0.55% | - |
| HSV(B) | 255.71º | 0.46% | 0.71% | - |
| XYZ | 20.22 | 15.81 | 45.7 | - |
| YUV | 113.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 181 | 0.34 | 0.46 | 0 | 0.29 | 255.71 | 0.36 | 0.55 |
| Hex | 77 | 61 | B5 | 22 | 2E | 0 | 1D | 100 | 24 | 37 |
| Octal | 167 | 141 | 265 | 42 | 56 | 0 | 35 | 400 | 44 | 67 |
| Binary | 1110111 | 1100001 | 10110101 | 100010 | 101110 | 0 | 11101 | 100000000 | 100100 | 110111 |
Color Harmonies of #7761B5
Complementary color
Monochromatic Colors of #7761B5
Black with #7761B5
Text Example
Text Example
White with #7761B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7761B5; }
p { color: rgb(119,97,181); }
H1.HeaderClassName
{
color: #7761B5;
}
.AnyTagClassName
{
color: #7761B5;
}
</style>
background-color css
<style>
a { background-color: #7761B5; }
a { background-color: rgb(119,97,181); }
div.DivClassName
{
background-color: #7761B5;
}
.BgClassName
{
background-color: #7761B5;
}
</style>
border-color css
<style>
span { border-color: #7761B5; }
span { border-color: rgb(119,97,181); }
td.TdClassName
{
border-color: #7761B5;
}
.TagClassName
{
border-color: #7761B5;
}
</style>