Shades of Blue Marguerite #754FBC
Tints of Blue Marguerite #754FBC
RGB
CMYK
RGB Variations
Color information
#754FBC (or 0x754FBC) is known color: Blue Marguerite. HEX triplet: 75, 4F and BC. RGB value is (117,79,188). Sum of RGB (Red+Green+Blue) = 117+79+188=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #754FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FBC is #8AB043. Grayscale: #666666. Windows color (decimal): -9089092 or 12341109. OLE color: 12341109.
HSL color Cylindrical-coordinate representation of color #754FBC: hue angle of 260.92º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754FBC is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 79 | 188 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.26 |
| HSL | 260.92º | 0.45% | 0.52% | - |
| HSV(B) | 260.92º | 0.58% | 0.74% | - |
| XYZ | 19.21 | 13 | 49.07 | - |
| YUV | 102.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 188 | 0.38 | 0.58 | 0 | 0.26 | 260.92 | 0.45 | 0.52 |
| Hex | 75 | 4F | BC | 26 | 3A | 0 | 1A | 105 | 2D | 34 |
| Octal | 165 | 117 | 274 | 46 | 72 | 0 | 32 | 405 | 55 | 64 |
| Binary | 1110101 | 1001111 | 10111100 | 100110 | 111010 | 0 | 11010 | 100000101 | 101101 | 110100 |
Color Harmonies of #754FBC
Complementary color
Monochromatic Colors of #754FBC
Black with #754FBC
Text Example
Text Example
White with #754FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FBC; }
p { color: rgb(117,79,188); }
H1.HeaderClassName
{
color: #754FBC;
}
.AnyTagClassName
{
color: #754FBC;
}
</style>
background-color css
<style>
a { background-color: #754FBC; }
a { background-color: rgb(117,79,188); }
div.DivClassName
{
background-color: #754FBC;
}
.BgClassName
{
background-color: #754FBC;
}
</style>
border-color css
<style>
span { border-color: #754FBC; }
span { border-color: rgb(117,79,188); }
td.TdClassName
{
border-color: #754FBC;
}
.TagClassName
{
border-color: #754FBC;
}
</style>