Shades of Blue Marguerite #7566B1
Tints of Blue Marguerite #7566B1
RGB
CMYK
RGB Variations
Color information
#7566B1 (or 0x7566B1) is known color: Blue Marguerite. HEX triplet: 75, 66 and B1. RGB value is (117,102,177). Sum of RGB (Red+Green+Blue) = 117+102+177=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #7566B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7566B1 is #8A994E. Grayscale: #727272. Windows color (decimal): -9083215 or 11626101. OLE color: 11626101.
HSL color Cylindrical-coordinate representation of color #7566B1: hue angle of 252º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7566B1 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 102 | 177 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.31 |
| HSL | 252º | 0.32% | 0.55% | - |
| HSV(B) | 252º | 0.42% | 0.69% | - |
| XYZ | 20.02 | 16.46 | 43.72 | - |
| YUV | 115.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 177 | 0.34 | 0.42 | 0 | 0.31 | 252 | 0.32 | 0.55 |
| Hex | 75 | 66 | B1 | 22 | 2A | 0 | 1F | FC | 20 | 37 |
| Octal | 165 | 146 | 261 | 42 | 52 | 0 | 37 | 374 | 40 | 67 |
| Binary | 1110101 | 1100110 | 10110001 | 100010 | 101010 | 0 | 11111 | 11111100 | 100000 | 110111 |
Color Harmonies of #7566B1
Complementary color
Monochromatic Colors of #7566B1
Black with #7566B1
Text Example
Text Example
White with #7566B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7566B1; }
p { color: rgb(117,102,177); }
H1.HeaderClassName
{
color: #7566B1;
}
.AnyTagClassName
{
color: #7566B1;
}
</style>
background-color css
<style>
a { background-color: #7566B1; }
a { background-color: rgb(117,102,177); }
div.DivClassName
{
background-color: #7566B1;
}
.BgClassName
{
background-color: #7566B1;
}
</style>
border-color css
<style>
span { border-color: #7566B1; }
span { border-color: rgb(117,102,177); }
td.TdClassName
{
border-color: #7566B1;
}
.TagClassName
{
border-color: #7566B1;
}
</style>