Shades of Blue Marguerite #7660B3
Tints of Blue Marguerite #7660B3
RGB
CMYK
RGB Variations
Color information
#7660B3 (or 0x7660B3) is known color: Blue Marguerite. HEX triplet: 76, 60 and B3. RGB value is (118,96,179). Sum of RGB (Red+Green+Blue) = 118+96+179=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #7660B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7660B3 is #899F4C. Grayscale: #6F6F6F. Windows color (decimal): -9019213 or 11755638. OLE color: 11755638.
HSL color Cylindrical-coordinate representation of color #7660B3: hue angle of 255.9º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7660B3 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 96 | 179 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.30 |
| HSL | 255.9º | 0.35% | 0.54% | - |
| HSV(B) | 255.9º | 0.46% | 0.7% | - |
| XYZ | 19.79 | 15.47 | 44.59 | - |
| YUV | 112.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 179 | 0.34 | 0.46 | 0 | 0.30 | 255.9 | 0.35 | 0.54 |
| Hex | 76 | 60 | B3 | 22 | 2E | 0 | 1E | 100 | 23 | 36 |
| Octal | 166 | 140 | 263 | 42 | 56 | 0 | 36 | 400 | 43 | 66 |
| Binary | 1110110 | 1100000 | 10110011 | 100010 | 101110 | 0 | 11110 | 100000000 | 100011 | 110110 |
Color Harmonies of #7660B3
Complementary color
Monochromatic Colors of #7660B3
Black with #7660B3
Text Example
Text Example
White with #7660B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7660B3; }
p { color: rgb(118,96,179); }
H1.HeaderClassName
{
color: #7660B3;
}
.AnyTagClassName
{
color: #7660B3;
}
</style>
background-color css
<style>
a { background-color: #7660B3; }
a { background-color: rgb(118,96,179); }
div.DivClassName
{
background-color: #7660B3;
}
.BgClassName
{
background-color: #7660B3;
}
</style>
border-color css
<style>
span { border-color: #7660B3; }
span { border-color: rgb(118,96,179); }
td.TdClassName
{
border-color: #7660B3;
}
.TagClassName
{
border-color: #7660B3;
}
</style>