Shades of Blue Marguerite #7566BE
Tints of Blue Marguerite #7566BE
RGB
CMYK
RGB Variations
Color information
#7566BE (or 0x7566BE) is known color: Blue Marguerite. HEX triplet: 75, 66 and BE. RGB value is (117,102,190). Sum of RGB (Red+Green+Blue) = 117+102+190=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #7566BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7566BE is #8A9941. Grayscale: #747474. Windows color (decimal): -9083202 or 12478069. OLE color: 12478069.
HSL color Cylindrical-coordinate representation of color #7566BE: hue angle of 250.23º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7566BE is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 102 | 190 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.25 |
| HSL | 250.23º | 0.4% | 0.57% | - |
| HSV(B) | 250.23º | 0.46% | 0.75% | - |
| XYZ | 21.38 | 17 | 50.87 | - |
| YUV | 116.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 190 | 0.38 | 0.46 | 0 | 0.25 | 250.23 | 0.4 | 0.57 |
| Hex | 75 | 66 | BE | 26 | 2E | 0 | 19 | FA | 28 | 39 |
| Octal | 165 | 146 | 276 | 46 | 56 | 0 | 31 | 372 | 50 | 71 |
| Binary | 1110101 | 1100110 | 10111110 | 100110 | 101110 | 0 | 11001 | 11111010 | 101000 | 111001 |
Color Harmonies of #7566BE
Complementary color
Monochromatic Colors of #7566BE
Black with #7566BE
Text Example
Text Example
White with #7566BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7566BE; }
p { color: rgb(117,102,190); }
H1.HeaderClassName
{
color: #7566BE;
}
.AnyTagClassName
{
color: #7566BE;
}
</style>
background-color css
<style>
a { background-color: #7566BE; }
a { background-color: rgb(117,102,190); }
div.DivClassName
{
background-color: #7566BE;
}
.BgClassName
{
background-color: #7566BE;
}
</style>
border-color css
<style>
span { border-color: #7566BE; }
span { border-color: rgb(117,102,190); }
td.TdClassName
{
border-color: #7566BE;
}
.TagClassName
{
border-color: #7566BE;
}
</style>