Shades of Blue Marguerite #764DBE
Tints of Blue Marguerite #764DBE
RGB
CMYK
RGB Variations
Color information
#764DBE (or 0x764DBE) is known color: Blue Marguerite. HEX triplet: 76, 4D and BE. RGB value is (118,77,190). Sum of RGB (Red+Green+Blue) = 118+77+190=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #764DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DBE is #89B241. Grayscale: #656565. Windows color (decimal): -9024066 or 12471670. OLE color: 12471670.
HSL color Cylindrical-coordinate representation of color #764DBE: hue angle of 261.77º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764DBE is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 77 | 190 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.25 |
| HSL | 261.77º | 0.47% | 0.52% | - |
| HSV(B) | 261.77º | 0.59% | 0.75% | - |
| XYZ | 19.42 | 12.88 | 50.18 | - |
| YUV | 102.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 190 | 0.38 | 0.59 | 0 | 0.25 | 261.77 | 0.47 | 0.52 |
| Hex | 76 | 4D | BE | 26 | 3B | 0 | 19 | 106 | 2F | 34 |
| Octal | 166 | 115 | 276 | 46 | 73 | 0 | 31 | 406 | 57 | 64 |
| Binary | 1110110 | 1001101 | 10111110 | 100110 | 111011 | 0 | 11001 | 100000110 | 101111 | 110100 |
Color Harmonies of #764DBE
Complementary color
Monochromatic Colors of #764DBE
Black with #764DBE
Text Example
Text Example
White with #764DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DBE; }
p { color: rgb(118,77,190); }
H1.HeaderClassName
{
color: #764DBE;
}
.AnyTagClassName
{
color: #764DBE;
}
</style>
background-color css
<style>
a { background-color: #764DBE; }
a { background-color: rgb(118,77,190); }
div.DivClassName
{
background-color: #764DBE;
}
.BgClassName
{
background-color: #764DBE;
}
</style>
border-color css
<style>
span { border-color: #764DBE; }
span { border-color: rgb(118,77,190); }
td.TdClassName
{
border-color: #764DBE;
}
.TagClassName
{
border-color: #764DBE;
}
</style>