Shades of Blue Marguerite #7563B9
Tints of Blue Marguerite #7563B9
RGB
CMYK
RGB Variations
Color information
#7563B9 (or 0x7563B9) is known color: Blue Marguerite. HEX triplet: 75, 63 and B9. RGB value is (117,99,185). Sum of RGB (Red+Green+Blue) = 117+99+185=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #7563B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7563B9 is #8A9C46. Grayscale: #717171. Windows color (decimal): -9083975 or 12149621. OLE color: 12149621.
HSL color Cylindrical-coordinate representation of color #7563B9: hue angle of 252.56º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7563B9 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 99 | 185 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.27 |
| HSL | 252.56º | 0.38% | 0.56% | - |
| HSV(B) | 252.56º | 0.46% | 0.73% | - |
| XYZ | 20.55 | 16.21 | 47.94 | - |
| YUV | 114.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 185 | 0.37 | 0.46 | 0 | 0.27 | 252.56 | 0.38 | 0.56 |
| Hex | 75 | 63 | B9 | 25 | 2E | 0 | 1B | FD | 26 | 38 |
| Octal | 165 | 143 | 271 | 45 | 56 | 0 | 33 | 375 | 46 | 70 |
| Binary | 1110101 | 1100011 | 10111001 | 100101 | 101110 | 0 | 11011 | 11111101 | 100110 | 111000 |
Color Harmonies of #7563B9
Complementary color
Monochromatic Colors of #7563B9
Black with #7563B9
Text Example
Text Example
White with #7563B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7563B9; }
p { color: rgb(117,99,185); }
H1.HeaderClassName
{
color: #7563B9;
}
.AnyTagClassName
{
color: #7563B9;
}
</style>
background-color css
<style>
a { background-color: #7563B9; }
a { background-color: rgb(117,99,185); }
div.DivClassName
{
background-color: #7563B9;
}
.BgClassName
{
background-color: #7563B9;
}
</style>
border-color css
<style>
span { border-color: #7563B9; }
span { border-color: rgb(117,99,185); }
td.TdClassName
{
border-color: #7563B9;
}
.TagClassName
{
border-color: #7563B9;
}
</style>