Shades of Blue Marguerite #764EBA
Tints of Blue Marguerite #764EBA
RGB
CMYK
RGB Variations
Color information
#764EBA (or 0x764EBA) is known color: Blue Marguerite. HEX triplet: 76, 4E and BA. RGB value is (118,78,186). Sum of RGB (Red+Green+Blue) = 118+78+186=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #764EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EBA is #89B145. Grayscale: #656565. Windows color (decimal): -9023814 or 12209782. OLE color: 12209782.
HSL color Cylindrical-coordinate representation of color #764EBA: hue angle of 262.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764EBA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 78 | 186 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.27 |
| HSL | 262.22º | 0.44% | 0.52% | - |
| HSV(B) | 262.22º | 0.58% | 0.73% | - |
| XYZ | 19.06 | 12.85 | 47.93 | - |
| YUV | 102.27 | 175.25 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 186 | 0.37 | 0.58 | 0 | 0.27 | 262.22 | 0.44 | 0.52 |
| Hex | 76 | 4E | BA | 25 | 3A | 0 | 1B | 106 | 2C | 34 |
| Octal | 166 | 116 | 272 | 45 | 72 | 0 | 33 | 406 | 54 | 64 |
| Binary | 1110110 | 1001110 | 10111010 | 100101 | 111010 | 0 | 11011 | 100000110 | 101100 | 110100 |
Color Harmonies of #764EBA
Complementary color
Monochromatic Colors of #764EBA
Black with #764EBA
Text Example
Text Example
White with #764EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EBA; }
p { color: rgb(118,78,186); }
H1.HeaderClassName
{
color: #764EBA;
}
.AnyTagClassName
{
color: #764EBA;
}
</style>
background-color css
<style>
a { background-color: #764EBA; }
a { background-color: rgb(118,78,186); }
div.DivClassName
{
background-color: #764EBA;
}
.BgClassName
{
background-color: #764EBA;
}
</style>
border-color css
<style>
span { border-color: #764EBA; }
span { border-color: rgb(118,78,186); }
td.TdClassName
{
border-color: #764EBA;
}
.TagClassName
{
border-color: #764EBA;
}
</style>