Shades of Blue Marguerite #754FBA
Tints of Blue Marguerite #754FBA
RGB
CMYK
RGB Variations
Color information
#754FBA (or 0x754FBA) is known color: Blue Marguerite. HEX triplet: 75, 4F and BA. RGB value is (117,79,186). Sum of RGB (Red+Green+Blue) = 117+79+186=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #754FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FBA is #8AB045. Grayscale: #666666. Windows color (decimal): -9089094 or 12210037. OLE color: 12210037.
HSL color Cylindrical-coordinate representation of color #754FBA: hue angle of 261.31º 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 #754FBA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 79 | 186 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.27 |
| HSL | 261.31º | 0.44% | 0.52% | - |
| HSV(B) | 261.31º | 0.58% | 0.73% | - |
| XYZ | 19 | 12.92 | 47.95 | - |
| YUV | 102.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 186 | 0.37 | 0.58 | 0 | 0.27 | 261.31 | 0.44 | 0.52 |
| Hex | 75 | 4F | BA | 25 | 3A | 0 | 1B | 105 | 2C | 34 |
| Octal | 165 | 117 | 272 | 45 | 72 | 0 | 33 | 405 | 54 | 64 |
| Binary | 1110101 | 1001111 | 10111010 | 100101 | 111010 | 0 | 11011 | 100000101 | 101100 | 110100 |
Color Harmonies of #754FBA
Complementary color
Monochromatic Colors of #754FBA
Black with #754FBA
Text Example
Text Example
White with #754FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FBA; }
p { color: rgb(117,79,186); }
H1.HeaderClassName
{
color: #754FBA;
}
.AnyTagClassName
{
color: #754FBA;
}
</style>
background-color css
<style>
a { background-color: #754FBA; }
a { background-color: rgb(117,79,186); }
div.DivClassName
{
background-color: #754FBA;
}
.BgClassName
{
background-color: #754FBA;
}
</style>
border-color css
<style>
span { border-color: #754FBA; }
span { border-color: rgb(117,79,186); }
td.TdClassName
{
border-color: #754FBA;
}
.TagClassName
{
border-color: #754FBA;
}
</style>