Shades of Blue Marguerite #754FC0
Tints of Blue Marguerite #754FC0
RGB
CMYK
RGB Variations
Color information
#754FC0 (or 0x754FC0) is known color: Blue Marguerite. HEX triplet: 75, 4F and C0. RGB value is (117,79,192). Sum of RGB (Red+Green+Blue) = 117+79+192=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #754FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FC0 is #8AB03F. Grayscale: #666666. Windows color (decimal): -9089088 or 12603253. OLE color: 12603253.
HSL color Cylindrical-coordinate representation of color #754FC0: hue angle of 260.18º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754FC0 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 79 | 192 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.25 |
| HSL | 260.18º | 0.47% | 0.53% | - |
| HSV(B) | 260.18º | 0.59% | 0.75% | - |
| XYZ | 19.65 | 13.18 | 51.38 | - |
| YUV | 103.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 192 | 0.39 | 0.59 | 0 | 0.25 | 260.18 | 0.47 | 0.53 |
| Hex | 75 | 4F | C0 | 27 | 3B | 0 | 19 | 104 | 2F | 35 |
| Octal | 165 | 117 | 300 | 47 | 73 | 0 | 31 | 404 | 57 | 65 |
| Binary | 1110101 | 1001111 | 11000000 | 100111 | 111011 | 0 | 11001 | 100000100 | 101111 | 110101 |
Color Harmonies of #754FC0
Complementary color
Monochromatic Colors of #754FC0
Black with #754FC0
Text Example
Text Example
White with #754FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FC0; }
p { color: rgb(117,79,192); }
H1.HeaderClassName
{
color: #754FC0;
}
.AnyTagClassName
{
color: #754FC0;
}
</style>
background-color css
<style>
a { background-color: #754FC0; }
a { background-color: rgb(117,79,192); }
div.DivClassName
{
background-color: #754FC0;
}
.BgClassName
{
background-color: #754FC0;
}
</style>
border-color css
<style>
span { border-color: #754FC0; }
span { border-color: rgb(117,79,192); }
td.TdClassName
{
border-color: #754FC0;
}
.TagClassName
{
border-color: #754FC0;
}
</style>