Shades of Blue Marguerite #764DBB
Tints of Blue Marguerite #764DBB
RGB
CMYK
RGB Variations
Color information
#764DBB (or 0x764DBB) is known color: Blue Marguerite. HEX triplet: 76, 4D and BB. RGB value is (118,77,187). Sum of RGB (Red+Green+Blue) = 118+77+187=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #764DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DBB is #89B244. Grayscale: #656565. Windows color (decimal): -9024069 or 12275062. OLE color: 12275062.
HSL color Cylindrical-coordinate representation of color #764DBB: hue angle of 262.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764DBB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 77 | 187 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.27 |
| HSL | 262.36º | 0.45% | 0.52% | - |
| HSV(B) | 262.36º | 0.59% | 0.73% | - |
| XYZ | 19.09 | 12.75 | 48.47 | - |
| YUV | 101.8 | 176.08 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 187 | 0.37 | 0.59 | 0 | 0.27 | 262.36 | 0.45 | 0.52 |
| Hex | 76 | 4D | BB | 25 | 3B | 0 | 1B | 106 | 2D | 34 |
| Octal | 166 | 115 | 273 | 45 | 73 | 0 | 33 | 406 | 55 | 64 |
| Binary | 1110110 | 1001101 | 10111011 | 100101 | 111011 | 0 | 11011 | 100000110 | 101101 | 110100 |
Color Harmonies of #764DBB
Complementary color
Monochromatic Colors of #764DBB
Black with #764DBB
Text Example
Text Example
White with #764DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DBB; }
p { color: rgb(118,77,187); }
H1.HeaderClassName
{
color: #764DBB;
}
.AnyTagClassName
{
color: #764DBB;
}
</style>
background-color css
<style>
a { background-color: #764DBB; }
a { background-color: rgb(118,77,187); }
div.DivClassName
{
background-color: #764DBB;
}
.BgClassName
{
background-color: #764DBB;
}
</style>
border-color css
<style>
span { border-color: #764DBB; }
span { border-color: rgb(118,77,187); }
td.TdClassName
{
border-color: #764DBB;
}
.TagClassName
{
border-color: #764DBB;
}
</style>