Shades of Blue Marguerite #7762B1
Tints of Blue Marguerite #7762B1
RGB
CMYK
RGB Variations
Color information
#7762B1 (or 0x7762B1) is known color: Blue Marguerite. HEX triplet: 77, 62 and B1. RGB value is (119,98,177). Sum of RGB (Red+Green+Blue) = 119+98+177=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 177 - color contains mainly: blue. Hex color #7762B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7762B1 is #889D4E. Grayscale: #707070. Windows color (decimal): -8953167 or 11625079. OLE color: 11625079.
HSL color Cylindrical-coordinate representation of color #7762B1: hue angle of 255.95º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7762B1 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 98 | 177 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.31 |
| HSL | 255.95º | 0.34% | 0.54% | - |
| HSV(B) | 255.95º | 0.45% | 0.69% | - |
| XYZ | 19.91 | 15.83 | 43.6 | - |
| YUV | 113.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 177 | 0.33 | 0.45 | 0 | 0.31 | 255.95 | 0.34 | 0.54 |
| Hex | 77 | 62 | B1 | 21 | 2D | 0 | 1F | 100 | 22 | 36 |
| Octal | 167 | 142 | 261 | 41 | 55 | 0 | 37 | 400 | 42 | 66 |
| Binary | 1110111 | 1100010 | 10110001 | 100001 | 101101 | 0 | 11111 | 100000000 | 100010 | 110110 |
Color Harmonies of #7762B1
Complementary color
Monochromatic Colors of #7762B1
Black with #7762B1
Text Example
Text Example
White with #7762B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7762B1; }
p { color: rgb(119,98,177); }
H1.HeaderClassName
{
color: #7762B1;
}
.AnyTagClassName
{
color: #7762B1;
}
</style>
background-color css
<style>
a { background-color: #7762B1; }
a { background-color: rgb(119,98,177); }
div.DivClassName
{
background-color: #7762B1;
}
.BgClassName
{
background-color: #7762B1;
}
</style>
border-color css
<style>
span { border-color: #7762B1; }
span { border-color: rgb(119,98,177); }
td.TdClassName
{
border-color: #7762B1;
}
.TagClassName
{
border-color: #7762B1;
}
</style>