Shades of Blue Marguerite #7769B1
Tints of Blue Marguerite #7769B1
RGB
CMYK
RGB Variations
Color information
#7769B1 (or 0x7769B1) is known color: Blue Marguerite. HEX triplet: 77, 69 and B1. RGB value is (119,105,177). Sum of RGB (Red+Green+Blue) = 119+105+177=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #7769B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7769B1 is #88964E. Grayscale: #757575. Windows color (decimal): -8951375 or 11626871. OLE color: 11626871.
HSL color Cylindrical-coordinate representation of color #7769B1: hue angle of 251.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7769B1 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 105 | 177 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.31 |
| HSL | 251.67º | 0.32% | 0.55% | - |
| HSV(B) | 251.67º | 0.41% | 0.69% | - |
| XYZ | 20.6 | 17.2 | 43.83 | - |
| YUV | 117.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 177 | 0.33 | 0.41 | 0 | 0.31 | 251.67 | 0.32 | 0.55 |
| Hex | 77 | 69 | B1 | 21 | 29 | 0 | 1F | FC | 20 | 37 |
| Octal | 167 | 151 | 261 | 41 | 51 | 0 | 37 | 374 | 40 | 67 |
| Binary | 1110111 | 1101001 | 10110001 | 100001 | 101001 | 0 | 11111 | 11111100 | 100000 | 110111 |
Color Harmonies of #7769B1
Complementary color
Monochromatic Colors of #7769B1
Black with #7769B1
Text Example
Text Example
White with #7769B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7769B1; }
p { color: rgb(119,105,177); }
H1.HeaderClassName
{
color: #7769B1;
}
.AnyTagClassName
{
color: #7769B1;
}
</style>
background-color css
<style>
a { background-color: #7769B1; }
a { background-color: rgb(119,105,177); }
div.DivClassName
{
background-color: #7769B1;
}
.BgClassName
{
background-color: #7769B1;
}
</style>
border-color css
<style>
span { border-color: #7769B1; }
span { border-color: rgb(119,105,177); }
td.TdClassName
{
border-color: #7769B1;
}
.TagClassName
{
border-color: #7769B1;
}
</style>