Shades of Blue Marguerite #7560B4
Tints of Blue Marguerite #7560B4
RGB
CMYK
RGB Variations
Color information
#7560B4 (or 0x7560B4) is known color: Blue Marguerite. HEX triplet: 75, 60 and B4. RGB value is (117,96,180). Sum of RGB (Red+Green+Blue) = 117+96+180=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #7560B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560B4 is #8A9F4B. Grayscale: #6F6F6F. Windows color (decimal): -9084748 or 11821173. OLE color: 11821173.
HSL color Cylindrical-coordinate representation of color #7560B4: hue angle of 255º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7560B4 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 96 | 180 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.29 |
| HSL | 255º | 0.36% | 0.54% | - |
| HSV(B) | 255º | 0.47% | 0.71% | - |
| XYZ | 19.76 | 15.44 | 45.12 | - |
| YUV | 111.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 180 | 0.35 | 0.47 | 0 | 0.29 | 255 | 0.36 | 0.54 |
| Hex | 75 | 60 | B4 | 23 | 2F | 0 | 1D | FF | 24 | 36 |
| Octal | 165 | 140 | 264 | 43 | 57 | 0 | 35 | 377 | 44 | 66 |
| Binary | 1110101 | 1100000 | 10110100 | 100011 | 101111 | 0 | 11101 | 11111111 | 100100 | 110110 |
Color Harmonies of #7560B4
Complementary color
Monochromatic Colors of #7560B4
Black with #7560B4
Text Example
Text Example
White with #7560B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7560B4; }
p { color: rgb(117,96,180); }
H1.HeaderClassName
{
color: #7560B4;
}
.AnyTagClassName
{
color: #7560B4;
}
</style>
background-color css
<style>
a { background-color: #7560B4; }
a { background-color: rgb(117,96,180); }
div.DivClassName
{
background-color: #7560B4;
}
.BgClassName
{
background-color: #7560B4;
}
</style>
border-color css
<style>
span { border-color: #7560B4; }
span { border-color: rgb(117,96,180); }
td.TdClassName
{
border-color: #7560B4;
}
.TagClassName
{
border-color: #7560B4;
}
</style>