Shades of Blue Marguerite #7666B5
Tints of Blue Marguerite #7666B5
RGB
CMYK
RGB Variations
Color information
#7666B5 (or 0x7666B5) is known color: Blue Marguerite. HEX triplet: 76, 66 and B5. RGB value is (118,102,181). Sum of RGB (Red+Green+Blue) = 118+102+181=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #7666B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666B5 is #89994A. Grayscale: #737373. Windows color (decimal): -9017675 or 11888246. OLE color: 11888246.
HSL color Cylindrical-coordinate representation of color #7666B5: hue angle of 252.15º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7666B5 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 102 | 181 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.29 |
| HSL | 252.15º | 0.35% | 0.55% | - |
| HSV(B) | 252.15º | 0.44% | 0.71% | - |
| XYZ | 20.56 | 16.69 | 45.85 | - |
| YUV | 115.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 181 | 0.35 | 0.44 | 0 | 0.29 | 252.15 | 0.35 | 0.55 |
| Hex | 76 | 66 | B5 | 23 | 2C | 0 | 1D | FC | 23 | 37 |
| Octal | 166 | 146 | 265 | 43 | 54 | 0 | 35 | 374 | 43 | 67 |
| Binary | 1110110 | 1100110 | 10110101 | 100011 | 101100 | 0 | 11101 | 11111100 | 100011 | 110111 |
Color Harmonies of #7666B5
Complementary color
Monochromatic Colors of #7666B5
Black with #7666B5
Text Example
Text Example
White with #7666B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7666B5; }
p { color: rgb(118,102,181); }
H1.HeaderClassName
{
color: #7666B5;
}
.AnyTagClassName
{
color: #7666B5;
}
</style>
background-color css
<style>
a { background-color: #7666B5; }
a { background-color: rgb(118,102,181); }
div.DivClassName
{
background-color: #7666B5;
}
.BgClassName
{
background-color: #7666B5;
}
</style>
border-color css
<style>
span { border-color: #7666B5; }
span { border-color: rgb(118,102,181); }
td.TdClassName
{
border-color: #7666B5;
}
.TagClassName
{
border-color: #7666B5;
}
</style>