Shades of Blue Marguerite #754DBC
Tints of Blue Marguerite #754DBC
RGB
CMYK
RGB Variations
Color information
#754DBC (or 0x754DBC) is known color: Blue Marguerite. HEX triplet: 75, 4D and BC. RGB value is (117,77,188). Sum of RGB (Red+Green+Blue) = 117+77+188=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #754DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DBC is #8AB243. Grayscale: #656565. Windows color (decimal): -9089604 or 12340597. OLE color: 12340597.
HSL color Cylindrical-coordinate representation of color #754DBC: hue angle of 261.62º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754DBC is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 77 | 188 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.26 |
| HSL | 261.62º | 0.45% | 0.52% | - |
| HSV(B) | 261.62º | 0.59% | 0.74% | - |
| XYZ | 19.07 | 12.72 | 49.03 | - |
| YUV | 101.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 188 | 0.38 | 0.59 | 0 | 0.26 | 261.62 | 0.45 | 0.52 |
| Hex | 75 | 4D | BC | 26 | 3B | 0 | 1A | 106 | 2D | 34 |
| Octal | 165 | 115 | 274 | 46 | 73 | 0 | 32 | 406 | 55 | 64 |
| Binary | 1110101 | 1001101 | 10111100 | 100110 | 111011 | 0 | 11010 | 100000110 | 101101 | 110100 |
Color Harmonies of #754DBC
Complementary color
Monochromatic Colors of #754DBC
Black with #754DBC
Text Example
Text Example
White with #754DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DBC; }
p { color: rgb(117,77,188); }
H1.HeaderClassName
{
color: #754DBC;
}
.AnyTagClassName
{
color: #754DBC;
}
</style>
background-color css
<style>
a { background-color: #754DBC; }
a { background-color: rgb(117,77,188); }
div.DivClassName
{
background-color: #754DBC;
}
.BgClassName
{
background-color: #754DBC;
}
</style>
border-color css
<style>
span { border-color: #754DBC; }
span { border-color: rgb(117,77,188); }
td.TdClassName
{
border-color: #754DBC;
}
.TagClassName
{
border-color: #754DBC;
}
</style>