Shades of Blue Marguerite #7666B2
Tints of Blue Marguerite #7666B2
RGB
CMYK
RGB Variations
Color information
#7666B2 (or 0x7666B2) is known color: Blue Marguerite. HEX triplet: 76, 66 and B2. RGB value is (118,102,178). Sum of RGB (Red+Green+Blue) = 118+102+178=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #7666B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7666B2 is #89994D. Grayscale: #737373. Windows color (decimal): -9017678 or 11691638. OLE color: 11691638.
HSL color Cylindrical-coordinate representation of color #7666B2: hue angle of 252.63º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7666B2 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 102 | 178 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.30 |
| HSL | 252.63º | 0.33% | 0.55% | - |
| HSV(B) | 252.63º | 0.43% | 0.7% | - |
| XYZ | 20.26 | 16.57 | 44.25 | - |
| YUV | 115.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 178 | 0.34 | 0.43 | 0 | 0.30 | 252.63 | 0.33 | 0.55 |
| Hex | 76 | 66 | B2 | 22 | 2B | 0 | 1E | FD | 21 | 37 |
| Octal | 166 | 146 | 262 | 42 | 53 | 0 | 36 | 375 | 41 | 67 |
| Binary | 1110110 | 1100110 | 10110010 | 100010 | 101011 | 0 | 11110 | 11111101 | 100001 | 110111 |
Color Harmonies of #7666B2
Complementary color
Monochromatic Colors of #7666B2
Black with #7666B2
Text Example
Text Example
White with #7666B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7666B2; }
p { color: rgb(118,102,178); }
H1.HeaderClassName
{
color: #7666B2;
}
.AnyTagClassName
{
color: #7666B2;
}
</style>
background-color css
<style>
a { background-color: #7666B2; }
a { background-color: rgb(118,102,178); }
div.DivClassName
{
background-color: #7666B2;
}
.BgClassName
{
background-color: #7666B2;
}
</style>
border-color css
<style>
span { border-color: #7666B2; }
span { border-color: rgb(118,102,178); }
td.TdClassName
{
border-color: #7666B2;
}
.TagClassName
{
border-color: #7666B2;
}
</style>