Shades of Blue Marguerite #754EBB
Tints of Blue Marguerite #754EBB
RGB
CMYK
RGB Variations
Color information
#754EBB (or 0x754EBB) is known color: Blue Marguerite. HEX triplet: 75, 4E and BB. RGB value is (117,78,187). Sum of RGB (Red+Green+Blue) = 117+78+187=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 78 (30.86% from 255 or 20.42% 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 #754EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EBB is #8AB144. Grayscale: #656565. Windows color (decimal): -9089349 or 12275317. OLE color: 12275317.
HSL color Cylindrical-coordinate representation of color #754EBB: hue angle of 261.47º 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 #754EBB is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 78 | 187 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.27 |
| HSL | 261.47º | 0.44% | 0.52% | - |
| HSV(B) | 261.47º | 0.58% | 0.73% | - |
| XYZ | 19.03 | 12.82 | 48.48 | - |
| YUV | 102.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 187 | 0.37 | 0.58 | 0 | 0.27 | 261.47 | 0.44 | 0.52 |
| Hex | 75 | 4E | BB | 25 | 3A | 0 | 1B | 105 | 2C | 34 |
| Octal | 165 | 116 | 273 | 45 | 72 | 0 | 33 | 405 | 54 | 64 |
| Binary | 1110101 | 1001110 | 10111011 | 100101 | 111010 | 0 | 11011 | 100000101 | 101100 | 110100 |
Color Harmonies of #754EBB
Complementary color
Monochromatic Colors of #754EBB
Black with #754EBB
Text Example
Text Example
White with #754EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EBB; }
p { color: rgb(117,78,187); }
H1.HeaderClassName
{
color: #754EBB;
}
.AnyTagClassName
{
color: #754EBB;
}
</style>
background-color css
<style>
a { background-color: #754EBB; }
a { background-color: rgb(117,78,187); }
div.DivClassName
{
background-color: #754EBB;
}
.BgClassName
{
background-color: #754EBB;
}
</style>
border-color css
<style>
span { border-color: #754EBB; }
span { border-color: rgb(117,78,187); }
td.TdClassName
{
border-color: #754EBB;
}
.TagClassName
{
border-color: #754EBB;
}
</style>