Shades of Blue Marguerite #7564BC
Tints of Blue Marguerite #7564BC
RGB
CMYK
RGB Variations
Color information
#7564BC (or 0x7564BC) is known color: Blue Marguerite. HEX triplet: 75, 64 and BC. RGB value is (117,100,188). Sum of RGB (Red+Green+Blue) = 117+100+188=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #7564BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564BC is #8A9B43. Grayscale: #727272. Windows color (decimal): -9083716 or 12346485. OLE color: 12346485.
HSL color Cylindrical-coordinate representation of color #7564BC: hue angle of 251.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7564BC is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 100 | 188 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.26 |
| HSL | 251.59º | 0.4% | 0.56% | - |
| HSV(B) | 251.59º | 0.47% | 0.74% | - |
| XYZ | 20.97 | 16.53 | 49.66 | - |
| YUV | 115.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 188 | 0.38 | 0.47 | 0 | 0.26 | 251.59 | 0.4 | 0.56 |
| Hex | 75 | 64 | BC | 26 | 2F | 0 | 1A | FC | 28 | 38 |
| Octal | 165 | 144 | 274 | 46 | 57 | 0 | 32 | 374 | 50 | 70 |
| Binary | 1110101 | 1100100 | 10111100 | 100110 | 101111 | 0 | 11010 | 11111100 | 101000 | 111000 |
Color Harmonies of #7564BC
Complementary color
Monochromatic Colors of #7564BC
Black with #7564BC
Text Example
Text Example
White with #7564BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7564BC; }
p { color: rgb(117,100,188); }
H1.HeaderClassName
{
color: #7564BC;
}
.AnyTagClassName
{
color: #7564BC;
}
</style>
background-color css
<style>
a { background-color: #7564BC; }
a { background-color: rgb(117,100,188); }
div.DivClassName
{
background-color: #7564BC;
}
.BgClassName
{
background-color: #7564BC;
}
</style>
border-color css
<style>
span { border-color: #7564BC; }
span { border-color: rgb(117,100,188); }
td.TdClassName
{
border-color: #7564BC;
}
.TagClassName
{
border-color: #7564BC;
}
</style>