Shades of Blue Marguerite #7764B5
Tints of Blue Marguerite #7764B5
RGB
CMYK
RGB Variations
Color information
#7764B5 (or 0x7764B5) is known color: Blue Marguerite. HEX triplet: 77, 64 and B5. RGB value is (119,100,181). Sum of RGB (Red+Green+Blue) = 119+100+181=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #7764B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764B5 is #889B4A. Grayscale: #727272. Windows color (decimal): -8952651 or 11887735. OLE color: 11887735.
HSL color Cylindrical-coordinate representation of color #7764B5: hue angle of 254.07º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7764B5 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 100 | 181 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.29 |
| HSL | 254.07º | 0.35% | 0.55% | - |
| HSV(B) | 254.07º | 0.45% | 0.71% | - |
| XYZ | 20.51 | 16.37 | 45.8 | - |
| YUV | 114.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 181 | 0.34 | 0.45 | 0 | 0.29 | 254.07 | 0.35 | 0.55 |
| Hex | 77 | 64 | B5 | 22 | 2D | 0 | 1D | FE | 23 | 37 |
| Octal | 167 | 144 | 265 | 42 | 55 | 0 | 35 | 376 | 43 | 67 |
| Binary | 1110111 | 1100100 | 10110101 | 100010 | 101101 | 0 | 11101 | 11111110 | 100011 | 110111 |
Color Harmonies of #7764B5
Complementary color
Monochromatic Colors of #7764B5
Black with #7764B5
Text Example
Text Example
White with #7764B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7764B5; }
p { color: rgb(119,100,181); }
H1.HeaderClassName
{
color: #7764B5;
}
.AnyTagClassName
{
color: #7764B5;
}
</style>
background-color css
<style>
a { background-color: #7764B5; }
a { background-color: rgb(119,100,181); }
div.DivClassName
{
background-color: #7764B5;
}
.BgClassName
{
background-color: #7764B5;
}
</style>
border-color css
<style>
span { border-color: #7764B5; }
span { border-color: rgb(119,100,181); }
td.TdClassName
{
border-color: #7764B5;
}
.TagClassName
{
border-color: #7764B5;
}
</style>