Shades of Blue Marguerite #7666BC
Tints of Blue Marguerite #7666BC
RGB
CMYK
RGB Variations
Color information
#7666BC (or 0x7666BC) is known color: Blue Marguerite. HEX triplet: 76, 66 and BC. RGB value is (118,102,188). Sum of RGB (Red+Green+Blue) = 118+102+188=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #7666BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666BC is #899943. Grayscale: #747474. Windows color (decimal): -9017668 or 12346998. OLE color: 12346998.
HSL color Cylindrical-coordinate representation of color #7666BC: hue angle of 251.16º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7666BC is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 102 | 188 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.26 |
| HSL | 251.16º | 0.39% | 0.57% | - |
| HSV(B) | 251.16º | 0.46% | 0.74% | - |
| XYZ | 21.3 | 16.99 | 49.73 | - |
| YUV | 116.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 188 | 0.37 | 0.46 | 0 | 0.26 | 251.16 | 0.39 | 0.57 |
| Hex | 76 | 66 | BC | 25 | 2E | 0 | 1A | FB | 27 | 39 |
| Octal | 166 | 146 | 274 | 45 | 56 | 0 | 32 | 373 | 47 | 71 |
| Binary | 1110110 | 1100110 | 10111100 | 100101 | 101110 | 0 | 11010 | 11111011 | 100111 | 111001 |
Color Harmonies of #7666BC
Complementary color
Monochromatic Colors of #7666BC
Black with #7666BC
Text Example
Text Example
White with #7666BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7666BC; }
p { color: rgb(118,102,188); }
H1.HeaderClassName
{
color: #7666BC;
}
.AnyTagClassName
{
color: #7666BC;
}
</style>
background-color css
<style>
a { background-color: #7666BC; }
a { background-color: rgb(118,102,188); }
div.DivClassName
{
background-color: #7666BC;
}
.BgClassName
{
background-color: #7666BC;
}
</style>
border-color css
<style>
span { border-color: #7666BC; }
span { border-color: rgb(118,102,188); }
td.TdClassName
{
border-color: #7666BC;
}
.TagClassName
{
border-color: #7666BC;
}
</style>