Shades of Blue Marguerite #7464BD
Tints of Blue Marguerite #7464BD
RGB
CMYK
RGB Variations
Color information
#7464BD (or 0x7464BD) is known color: Blue Marguerite. HEX triplet: 74, 64 and BD. RGB value is (116,100,189). Sum of RGB (Red+Green+Blue) = 116+100+189=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #7464BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464BD is #8B9B42. Grayscale: #727272. Windows color (decimal): -9149251 or 12412020. OLE color: 12412020.
HSL color Cylindrical-coordinate representation of color #7464BD: hue angle of 250.79º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7464BD is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 100 | 189 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.26 |
| HSL | 250.79º | 0.4% | 0.57% | - |
| HSV(B) | 250.79º | 0.47% | 0.74% | - |
| XYZ | 20.94 | 16.5 | 50.23 | - |
| YUV | 114.93 | 169.8 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 189 | 0.39 | 0.47 | 0 | 0.26 | 250.79 | 0.4 | 0.57 |
| Hex | 74 | 64 | BD | 27 | 2F | 0 | 1A | FB | 28 | 39 |
| Octal | 164 | 144 | 275 | 47 | 57 | 0 | 32 | 373 | 50 | 71 |
| Binary | 1110100 | 1100100 | 10111101 | 100111 | 101111 | 0 | 11010 | 11111011 | 101000 | 111001 |
Color Harmonies of #7464BD
Complementary color
Monochromatic Colors of #7464BD
Black with #7464BD
Text Example
Text Example
White with #7464BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7464BD; }
p { color: rgb(116,100,189); }
H1.HeaderClassName
{
color: #7464BD;
}
.AnyTagClassName
{
color: #7464BD;
}
</style>
background-color css
<style>
a { background-color: #7464BD; }
a { background-color: rgb(116,100,189); }
div.DivClassName
{
background-color: #7464BD;
}
.BgClassName
{
background-color: #7464BD;
}
</style>
border-color css
<style>
span { border-color: #7464BD; }
span { border-color: rgb(116,100,189); }
td.TdClassName
{
border-color: #7464BD;
}
.TagClassName
{
border-color: #7464BD;
}
</style>