Shades of Blue Marguerite #7666AF
Tints of Blue Marguerite #7666AF
RGB
CMYK
RGB Variations
Color information
#7666AF (or 0x7666AF) is known color: Blue Marguerite. HEX triplet: 76, 66 and AF. RGB value is (118,102,175). Sum of RGB (Red+Green+Blue) = 118+102+175=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #7666AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7666AF is #899950. Grayscale: #727272. Windows color (decimal): -9017681 or 11495030. OLE color: 11495030.
HSL color Cylindrical-coordinate representation of color #7666AF: hue angle of 253.15º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7666AF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 102 | 175 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.31 |
| HSL | 253.15º | 0.31% | 0.54% | - |
| HSV(B) | 253.15º | 0.42% | 0.69% | - |
| XYZ | 19.96 | 16.45 | 42.68 | - |
| YUV | 115.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 175 | 0.33 | 0.42 | 0 | 0.31 | 253.15 | 0.31 | 0.54 |
| Hex | 76 | 66 | AF | 21 | 2A | 0 | 1F | FD | 1F | 36 |
| Octal | 166 | 146 | 257 | 41 | 52 | 0 | 37 | 375 | 37 | 66 |
| Binary | 1110110 | 1100110 | 10101111 | 100001 | 101010 | 0 | 11111 | 11111101 | 11111 | 110110 |
Color Harmonies of #7666AF
Complementary color
Monochromatic Colors of #7666AF
Black with #7666AF
Text Example
Text Example
White with #7666AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7666AF; }
p { color: rgb(118,102,175); }
H1.HeaderClassName
{
color: #7666AF;
}
.AnyTagClassName
{
color: #7666AF;
}
</style>
background-color css
<style>
a { background-color: #7666AF; }
a { background-color: rgb(118,102,175); }
div.DivClassName
{
background-color: #7666AF;
}
.BgClassName
{
background-color: #7666AF;
}
</style>
border-color css
<style>
span { border-color: #7666AF; }
span { border-color: rgb(118,102,175); }
td.TdClassName
{
border-color: #7666AF;
}
.TagClassName
{
border-color: #7666AF;
}
</style>