Shades of Blue Marguerite #7764B1
Tints of Blue Marguerite #7764B1
RGB
CMYK
RGB Variations
Color information
#7764B1 (or 0x7764B1) is known color: Blue Marguerite. HEX triplet: 77, 64 and B1. RGB value is (119,100,177). Sum of RGB (Red+Green+Blue) = 119+100+177=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #7764B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7764B1 is #889B4E. Grayscale: #727272. Windows color (decimal): -8952655 or 11625591. OLE color: 11625591.
HSL color Cylindrical-coordinate representation of color #7764B1: hue angle of 254.81º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7764B1 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 100 | 177 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.31 |
| HSL | 254.81º | 0.33% | 0.54% | - |
| HSV(B) | 254.81º | 0.44% | 0.69% | - |
| XYZ | 20.1 | 16.21 | 43.66 | - |
| YUV | 114.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 177 | 0.33 | 0.44 | 0 | 0.31 | 254.81 | 0.33 | 0.54 |
| Hex | 77 | 64 | B1 | 21 | 2C | 0 | 1F | FF | 21 | 36 |
| Octal | 167 | 144 | 261 | 41 | 54 | 0 | 37 | 377 | 41 | 66 |
| Binary | 1110111 | 1100100 | 10110001 | 100001 | 101100 | 0 | 11111 | 11111111 | 100001 | 110110 |
Color Harmonies of #7764B1
Complementary color
Monochromatic Colors of #7764B1
Black with #7764B1
Text Example
Text Example
White with #7764B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7764B1; }
p { color: rgb(119,100,177); }
H1.HeaderClassName
{
color: #7764B1;
}
.AnyTagClassName
{
color: #7764B1;
}
</style>
background-color css
<style>
a { background-color: #7764B1; }
a { background-color: rgb(119,100,177); }
div.DivClassName
{
background-color: #7764B1;
}
.BgClassName
{
background-color: #7764B1;
}
</style>
border-color css
<style>
span { border-color: #7764B1; }
span { border-color: rgb(119,100,177); }
td.TdClassName
{
border-color: #7764B1;
}
.TagClassName
{
border-color: #7764B1;
}
</style>