Shades of Blue Marguerite #7561BE
Tints of Blue Marguerite #7561BE
RGB
CMYK
RGB Variations
Color information
#7561BE (or 0x7561BE) is known color: Blue Marguerite. HEX triplet: 75, 61 and BE. RGB value is (117,97,190). Sum of RGB (Red+Green+Blue) = 117+97+190=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #7561BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7561BE is #8A9E41. Grayscale: #717171. Windows color (decimal): -9084482 or 12476789. OLE color: 12476789.
HSL color Cylindrical-coordinate representation of color #7561BE: hue angle of 252.9º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7561BE is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 97 | 190 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.25 |
| HSL | 252.9º | 0.42% | 0.56% | - |
| HSV(B) | 252.9º | 0.49% | 0.75% | - |
| XYZ | 20.91 | 16.05 | 50.71 | - |
| YUV | 113.58 | 171.13 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 190 | 0.38 | 0.49 | 0 | 0.25 | 252.9 | 0.42 | 0.56 |
| Hex | 75 | 61 | BE | 26 | 31 | 0 | 19 | FD | 2A | 38 |
| Octal | 165 | 141 | 276 | 46 | 61 | 0 | 31 | 375 | 52 | 70 |
| Binary | 1110101 | 1100001 | 10111110 | 100110 | 110001 | 0 | 11001 | 11111101 | 101010 | 111000 |
Color Harmonies of #7561BE
Complementary color
Monochromatic Colors of #7561BE
Black with #7561BE
Text Example
Text Example
White with #7561BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561BE; }
p { color: rgb(117,97,190); }
H1.HeaderClassName
{
color: #7561BE;
}
.AnyTagClassName
{
color: #7561BE;
}
</style>
background-color css
<style>
a { background-color: #7561BE; }
a { background-color: rgb(117,97,190); }
div.DivClassName
{
background-color: #7561BE;
}
.BgClassName
{
background-color: #7561BE;
}
</style>
border-color css
<style>
span { border-color: #7561BE; }
span { border-color: rgb(117,97,190); }
td.TdClassName
{
border-color: #7561BE;
}
.TagClassName
{
border-color: #7561BE;
}
</style>