Shades of Blue Marguerite #7561B0
Tints of Blue Marguerite #7561B0
RGB
CMYK
RGB Variations
Color information
#7561B0 (or 0x7561B0) is known color: Blue Marguerite. HEX triplet: 75, 61 and B0. RGB value is (117,97,176). Sum of RGB (Red+Green+Blue) = 117+97+176=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 176 - color contains mainly: blue. Hex color #7561B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7561B0 is #8A9E4F. Grayscale: #6F6F6F. Windows color (decimal): -9084496 or 11559285. OLE color: 11559285.
HSL color Cylindrical-coordinate representation of color #7561B0: hue angle of 255.19º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7561B0 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 97 | 176 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.31 |
| HSL | 255.19º | 0.33% | 0.54% | - |
| HSV(B) | 255.19º | 0.45% | 0.69% | - |
| XYZ | 19.45 | 15.47 | 43.03 | - |
| YUV | 111.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 176 | 0.34 | 0.45 | 0 | 0.31 | 255.19 | 0.33 | 0.54 |
| Hex | 75 | 61 | B0 | 22 | 2D | 0 | 1F | FF | 21 | 36 |
| Octal | 165 | 141 | 260 | 42 | 55 | 0 | 37 | 377 | 41 | 66 |
| Binary | 1110101 | 1100001 | 10110000 | 100010 | 101101 | 0 | 11111 | 11111111 | 100001 | 110110 |
Color Harmonies of #7561B0
Complementary color
Monochromatic Colors of #7561B0
Black with #7561B0
Text Example
Text Example
White with #7561B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561B0; }
p { color: rgb(117,97,176); }
H1.HeaderClassName
{
color: #7561B0;
}
.AnyTagClassName
{
color: #7561B0;
}
</style>
background-color css
<style>
a { background-color: #7561B0; }
a { background-color: rgb(117,97,176); }
div.DivClassName
{
background-color: #7561B0;
}
.BgClassName
{
background-color: #7561B0;
}
</style>
border-color css
<style>
span { border-color: #7561B0; }
span { border-color: rgb(117,97,176); }
td.TdClassName
{
border-color: #7561B0;
}
.TagClassName
{
border-color: #7561B0;
}
</style>