Shades of Blue Marguerite #754FB9
Tints of Blue Marguerite #754FB9
RGB
CMYK
RGB Variations
Color information
#754FB9 (or 0x754FB9) is known color: Blue Marguerite. HEX triplet: 75, 4F and B9. RGB value is (117,79,185). Sum of RGB (Red+Green+Blue) = 117+79+185=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #754FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FB9 is #8AB046. Grayscale: #666666. Windows color (decimal): -9089095 or 12144501. OLE color: 12144501.
HSL color Cylindrical-coordinate representation of color #754FB9: hue angle of 261.51º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754FB9 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 79 | 185 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.27 |
| HSL | 261.51º | 0.43% | 0.52% | - |
| HSV(B) | 261.51º | 0.57% | 0.73% | - |
| XYZ | 18.89 | 12.88 | 47.39 | - |
| YUV | 102.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 185 | 0.37 | 0.57 | 0 | 0.27 | 261.51 | 0.43 | 0.52 |
| Hex | 75 | 4F | B9 | 25 | 39 | 0 | 1B | 106 | 2B | 34 |
| Octal | 165 | 117 | 271 | 45 | 71 | 0 | 33 | 406 | 53 | 64 |
| Binary | 1110101 | 1001111 | 10111001 | 100101 | 111001 | 0 | 11011 | 100000110 | 101011 | 110100 |
Color Harmonies of #754FB9
Complementary color
Monochromatic Colors of #754FB9
Black with #754FB9
Text Example
Text Example
White with #754FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FB9; }
p { color: rgb(117,79,185); }
H1.HeaderClassName
{
color: #754FB9;
}
.AnyTagClassName
{
color: #754FB9;
}
</style>
background-color css
<style>
a { background-color: #754FB9; }
a { background-color: rgb(117,79,185); }
div.DivClassName
{
background-color: #754FB9;
}
.BgClassName
{
background-color: #754FB9;
}
</style>
border-color css
<style>
span { border-color: #754FB9; }
span { border-color: rgb(117,79,185); }
td.TdClassName
{
border-color: #754FB9;
}
.TagClassName
{
border-color: #754FB9;
}
</style>