Shades of Blue Marguerite #764FBA
Tints of Blue Marguerite #764FBA
RGB
CMYK
RGB Variations
Color information
#764FBA (or 0x764FBA) is known color: Blue Marguerite. HEX triplet: 76, 4F and BA. RGB value is (118,79,186). Sum of RGB (Red+Green+Blue) = 118+79+186=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #764FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FBA is #89B045. Grayscale: #666666. Windows color (decimal): -9023558 or 12210038. OLE color: 12210038.
HSL color Cylindrical-coordinate representation of color #764FBA: hue angle of 261.87º 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 #764FBA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 79 | 186 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.27 |
| HSL | 261.87º | 0.44% | 0.52% | - |
| HSV(B) | 261.87º | 0.58% | 0.73% | - |
| XYZ | 19.13 | 12.99 | 47.95 | - |
| YUV | 102.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 186 | 0.37 | 0.58 | 0 | 0.27 | 261.87 | 0.44 | 0.52 |
| Hex | 76 | 4F | BA | 25 | 3A | 0 | 1B | 106 | 2C | 34 |
| Octal | 166 | 117 | 272 | 45 | 72 | 0 | 33 | 406 | 54 | 64 |
| Binary | 1110110 | 1001111 | 10111010 | 100101 | 111010 | 0 | 11011 | 100000110 | 101100 | 110100 |
Color Harmonies of #764FBA
Complementary color
Monochromatic Colors of #764FBA
Black with #764FBA
Text Example
Text Example
White with #764FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FBA; }
p { color: rgb(118,79,186); }
H1.HeaderClassName
{
color: #764FBA;
}
.AnyTagClassName
{
color: #764FBA;
}
</style>
background-color css
<style>
a { background-color: #764FBA; }
a { background-color: rgb(118,79,186); }
div.DivClassName
{
background-color: #764FBA;
}
.BgClassName
{
background-color: #764FBA;
}
</style>
border-color css
<style>
span { border-color: #764FBA; }
span { border-color: rgb(118,79,186); }
td.TdClassName
{
border-color: #764FBA;
}
.TagClassName
{
border-color: #764FBA;
}
</style>