Shades of Blue Marguerite #7769B9
Tints of Blue Marguerite #7769B9
RGB
CMYK
RGB Variations
Color information
#7769B9 (or 0x7769B9) is known color: Blue Marguerite. HEX triplet: 77, 69 and B9. RGB value is (119,105,185). Sum of RGB (Red+Green+Blue) = 119+105+185=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #7769B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769B9 is #889646. Grayscale: #767676. Windows color (decimal): -8951367 or 12151159. OLE color: 12151159.
HSL color Cylindrical-coordinate representation of color #7769B9: hue angle of 250.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7769B9 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 105 | 185 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.27 |
| HSL | 250.5º | 0.36% | 0.57% | - |
| HSV(B) | 250.5º | 0.43% | 0.73% | - |
| XYZ | 21.42 | 17.53 | 48.15 | - |
| YUV | 118.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 185 | 0.36 | 0.43 | 0 | 0.27 | 250.5 | 0.36 | 0.57 |
| Hex | 77 | 69 | B9 | 24 | 2B | 0 | 1B | FB | 24 | 39 |
| Octal | 167 | 151 | 271 | 44 | 53 | 0 | 33 | 373 | 44 | 71 |
| Binary | 1110111 | 1101001 | 10111001 | 100100 | 101011 | 0 | 11011 | 11111011 | 100100 | 111001 |
Color Harmonies of #7769B9
Complementary color
Monochromatic Colors of #7769B9
Black with #7769B9
Text Example
Text Example
White with #7769B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7769B9; }
p { color: rgb(119,105,185); }
H1.HeaderClassName
{
color: #7769B9;
}
.AnyTagClassName
{
color: #7769B9;
}
</style>
background-color css
<style>
a { background-color: #7769B9; }
a { background-color: rgb(119,105,185); }
div.DivClassName
{
background-color: #7769B9;
}
.BgClassName
{
background-color: #7769B9;
}
</style>
border-color css
<style>
span { border-color: #7769B9; }
span { border-color: rgb(119,105,185); }
td.TdClassName
{
border-color: #7769B9;
}
.TagClassName
{
border-color: #7769B9;
}
</style>