Shades of Blue Marguerite #7769B7
Tints of Blue Marguerite #7769B7
RGB
CMYK
RGB Variations
Color information
#7769B7 (or 0x7769B7) is known color: Blue Marguerite. HEX triplet: 77, 69 and B7. RGB value is (119,105,183). Sum of RGB (Red+Green+Blue) = 119+105+183=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #7769B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769B7 is #889648. Grayscale: #757575. Windows color (decimal): -8951369 or 12020087. OLE color: 12020087.
HSL color Cylindrical-coordinate representation of color #7769B7: hue angle of 250.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7769B7 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 105 | 183 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.28 |
| HSL | 250.77º | 0.35% | 0.56% | - |
| HSV(B) | 250.77º | 0.43% | 0.72% | - |
| XYZ | 21.21 | 17.44 | 47.05 | - |
| YUV | 118.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 183 | 0.35 | 0.43 | 0 | 0.28 | 250.77 | 0.35 | 0.56 |
| Hex | 77 | 69 | B7 | 23 | 2B | 0 | 1C | FB | 23 | 38 |
| Octal | 167 | 151 | 267 | 43 | 53 | 0 | 34 | 373 | 43 | 70 |
| Binary | 1110111 | 1101001 | 10110111 | 100011 | 101011 | 0 | 11100 | 11111011 | 100011 | 111000 |
Color Harmonies of #7769B7
Complementary color
Monochromatic Colors of #7769B7
Black with #7769B7
Text Example
Text Example
White with #7769B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7769B7; }
p { color: rgb(119,105,183); }
H1.HeaderClassName
{
color: #7769B7;
}
.AnyTagClassName
{
color: #7769B7;
}
</style>
background-color css
<style>
a { background-color: #7769B7; }
a { background-color: rgb(119,105,183); }
div.DivClassName
{
background-color: #7769B7;
}
.BgClassName
{
background-color: #7769B7;
}
</style>
border-color css
<style>
span { border-color: #7769B7; }
span { border-color: rgb(119,105,183); }
td.TdClassName
{
border-color: #7769B7;
}
.TagClassName
{
border-color: #7769B7;
}
</style>