Shades of Blue Marguerite #7563B1
Tints of Blue Marguerite #7563B1
RGB
CMYK
RGB Variations
Color information
#7563B1 (or 0x7563B1) is known color: Blue Marguerite. HEX triplet: 75, 63 and B1. RGB value is (117,99,177). Sum of RGB (Red+Green+Blue) = 117+99+177=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #7563B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7563B1 is #8A9C4E. Grayscale: #707070. Windows color (decimal): -9083983 or 11625333. OLE color: 11625333.
HSL color Cylindrical-coordinate representation of color #7563B1: hue angle of 253.85º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7563B1 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 99 | 177 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.31 |
| HSL | 253.85º | 0.33% | 0.54% | - |
| HSV(B) | 253.85º | 0.44% | 0.69% | - |
| XYZ | 19.73 | 15.88 | 43.62 | - |
| YUV | 113.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 177 | 0.34 | 0.44 | 0 | 0.31 | 253.85 | 0.33 | 0.54 |
| Hex | 75 | 63 | B1 | 22 | 2C | 0 | 1F | FE | 21 | 36 |
| Octal | 165 | 143 | 261 | 42 | 54 | 0 | 37 | 376 | 41 | 66 |
| Binary | 1110101 | 1100011 | 10110001 | 100010 | 101100 | 0 | 11111 | 11111110 | 100001 | 110110 |
Color Harmonies of #7563B1
Complementary color
Monochromatic Colors of #7563B1
Black with #7563B1
Text Example
Text Example
White with #7563B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7563B1; }
p { color: rgb(117,99,177); }
H1.HeaderClassName
{
color: #7563B1;
}
.AnyTagClassName
{
color: #7563B1;
}
</style>
background-color css
<style>
a { background-color: #7563B1; }
a { background-color: rgb(117,99,177); }
div.DivClassName
{
background-color: #7563B1;
}
.BgClassName
{
background-color: #7563B1;
}
</style>
border-color css
<style>
span { border-color: #7563B1; }
span { border-color: rgb(117,99,177); }
td.TdClassName
{
border-color: #7563B1;
}
.TagClassName
{
border-color: #7563B1;
}
</style>