Shades of Blue Marguerite #766BB3
Tints of Blue Marguerite #766BB3
RGB
CMYK
RGB Variations
Color information
#766BB3 (or 0x766BB3) is known color: Blue Marguerite. HEX triplet: 76, 6B and B3. RGB value is (118,107,179). Sum of RGB (Red+Green+Blue) = 118+107+179=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #766BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BB3 is #89944C. Grayscale: #767676. Windows color (decimal): -9016397 or 11758454. OLE color: 11758454.
HSL color Cylindrical-coordinate representation of color #766BB3: hue angle of 249.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #766BB3 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 107 | 179 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.30 |
| HSL | 249.17º | 0.32% | 0.56% | - |
| HSV(B) | 249.17º | 0.4% | 0.7% | - |
| XYZ | 20.87 | 17.62 | 44.95 | - |
| YUV | 118.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 179 | 0.34 | 0.40 | 0 | 0.30 | 249.17 | 0.32 | 0.56 |
| Hex | 76 | 6B | B3 | 22 | 28 | 0 | 1E | F9 | 20 | 38 |
| Octal | 166 | 153 | 263 | 42 | 50 | 0 | 36 | 371 | 40 | 70 |
| Binary | 1110110 | 1101011 | 10110011 | 100010 | 101000 | 0 | 11110 | 11111001 | 100000 | 111000 |
Color Harmonies of #766BB3
Complementary color
Monochromatic Colors of #766BB3
Black with #766BB3
Text Example
Text Example
White with #766BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BB3; }
p { color: rgb(118,107,179); }
H1.HeaderClassName
{
color: #766BB3;
}
.AnyTagClassName
{
color: #766BB3;
}
</style>
background-color css
<style>
a { background-color: #766BB3; }
a { background-color: rgb(118,107,179); }
div.DivClassName
{
background-color: #766BB3;
}
.BgClassName
{
background-color: #766BB3;
}
</style>
border-color css
<style>
span { border-color: #766BB3; }
span { border-color: rgb(118,107,179); }
td.TdClassName
{
border-color: #766BB3;
}
.TagClassName
{
border-color: #766BB3;
}
</style>