Shades of Blue Marguerite #7767B1
Tints of Blue Marguerite #7767B1
RGB
CMYK
RGB Variations
Color information
#7767B1 (or 0x7767B1) is known color: Blue Marguerite. HEX triplet: 77, 67 and B1. RGB value is (119,103,177). Sum of RGB (Red+Green+Blue) = 119+103+177=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 177 - color contains mainly: blue. Hex color #7767B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7767B1 is #88984E. Grayscale: #737373. Windows color (decimal): -8951887 or 11626359. OLE color: 11626359.
HSL color Cylindrical-coordinate representation of color #7767B1: hue angle of 252.97º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7767B1 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 103 | 177 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.31 |
| HSL | 252.97º | 0.32% | 0.55% | - |
| HSV(B) | 252.97º | 0.42% | 0.69% | - |
| XYZ | 20.39 | 16.8 | 43.76 | - |
| YUV | 116.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 177 | 0.33 | 0.42 | 0 | 0.31 | 252.97 | 0.32 | 0.55 |
| Hex | 77 | 67 | B1 | 21 | 2A | 0 | 1F | FD | 20 | 37 |
| Octal | 167 | 147 | 261 | 41 | 52 | 0 | 37 | 375 | 40 | 67 |
| Binary | 1110111 | 1100111 | 10110001 | 100001 | 101010 | 0 | 11111 | 11111101 | 100000 | 110111 |
Color Harmonies of #7767B1
Complementary color
Monochromatic Colors of #7767B1
Black with #7767B1
Text Example
Text Example
White with #7767B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7767B1; }
p { color: rgb(119,103,177); }
H1.HeaderClassName
{
color: #7767B1;
}
.AnyTagClassName
{
color: #7767B1;
}
</style>
background-color css
<style>
a { background-color: #7767B1; }
a { background-color: rgb(119,103,177); }
div.DivClassName
{
background-color: #7767B1;
}
.BgClassName
{
background-color: #7767B1;
}
</style>
border-color css
<style>
span { border-color: #7767B1; }
span { border-color: rgb(119,103,177); }
td.TdClassName
{
border-color: #7767B1;
}
.TagClassName
{
border-color: #7767B1;
}
</style>