Shades of Blue Marguerite #754EBA
Tints of Blue Marguerite #754EBA
RGB
CMYK
RGB Variations
Color information
#754EBA (or 0x754EBA) is known color: Blue Marguerite. HEX triplet: 75, 4E and BA. RGB value is (117,78,186). Sum of RGB (Red+Green+Blue) = 117+78+186=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #754EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EBA is #8AB145. Grayscale: #656565. Windows color (decimal): -9089350 or 12209781. OLE color: 12209781.
HSL color Cylindrical-coordinate representation of color #754EBA: hue angle of 261.67º 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 #754EBA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 78 | 186 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.27 |
| HSL | 261.67º | 0.44% | 0.52% | - |
| HSV(B) | 261.67º | 0.58% | 0.73% | - |
| XYZ | 18.92 | 12.78 | 47.92 | - |
| YUV | 101.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 186 | 0.37 | 0.58 | 0 | 0.27 | 261.67 | 0.44 | 0.52 |
| Hex | 75 | 4E | BA | 25 | 3A | 0 | 1B | 106 | 2C | 34 |
| Octal | 165 | 116 | 272 | 45 | 72 | 0 | 33 | 406 | 54 | 64 |
| Binary | 1110101 | 1001110 | 10111010 | 100101 | 111010 | 0 | 11011 | 100000110 | 101100 | 110100 |
Color Harmonies of #754EBA
Complementary color
Monochromatic Colors of #754EBA
Black with #754EBA
Text Example
Text Example
White with #754EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EBA; }
p { color: rgb(117,78,186); }
H1.HeaderClassName
{
color: #754EBA;
}
.AnyTagClassName
{
color: #754EBA;
}
</style>
background-color css
<style>
a { background-color: #754EBA; }
a { background-color: rgb(117,78,186); }
div.DivClassName
{
background-color: #754EBA;
}
.BgClassName
{
background-color: #754EBA;
}
</style>
border-color css
<style>
span { border-color: #754EBA; }
span { border-color: rgb(117,78,186); }
td.TdClassName
{
border-color: #754EBA;
}
.TagClassName
{
border-color: #754EBA;
}
</style>