Shades of Blue Marguerite #7664B1
Tints of Blue Marguerite #7664B1
RGB
CMYK
RGB Variations
Color information
#7664B1 (or 0x7664B1) is known color: Blue Marguerite. HEX triplet: 76, 64 and B1. RGB value is (118,100,177). Sum of RGB (Red+Green+Blue) = 118+100+177=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #7664B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7664B1 is #899B4E. Grayscale: #717171. Windows color (decimal): -9018191 or 11625590. OLE color: 11625590.
HSL color Cylindrical-coordinate representation of color #7664B1: hue angle of 254.03º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7664B1 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 100 | 177 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.31 |
| HSL | 254.03º | 0.33% | 0.54% | - |
| HSV(B) | 254.03º | 0.44% | 0.69% | - |
| XYZ | 19.96 | 16.14 | 43.66 | - |
| YUV | 114.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 177 | 0.33 | 0.44 | 0 | 0.31 | 254.03 | 0.33 | 0.54 |
| Hex | 76 | 64 | B1 | 21 | 2C | 0 | 1F | FE | 21 | 36 |
| Octal | 166 | 144 | 261 | 41 | 54 | 0 | 37 | 376 | 41 | 66 |
| Binary | 1110110 | 1100100 | 10110001 | 100001 | 101100 | 0 | 11111 | 11111110 | 100001 | 110110 |
Color Harmonies of #7664B1
Complementary color
Monochromatic Colors of #7664B1
Black with #7664B1
Text Example
Text Example
White with #7664B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7664B1; }
p { color: rgb(118,100,177); }
H1.HeaderClassName
{
color: #7664B1;
}
.AnyTagClassName
{
color: #7664B1;
}
</style>
background-color css
<style>
a { background-color: #7664B1; }
a { background-color: rgb(118,100,177); }
div.DivClassName
{
background-color: #7664B1;
}
.BgClassName
{
background-color: #7664B1;
}
</style>
border-color css
<style>
span { border-color: #7664B1; }
span { border-color: rgb(118,100,177); }
td.TdClassName
{
border-color: #7664B1;
}
.TagClassName
{
border-color: #7664B1;
}
</style>