Shades of Blue Marguerite #7654BD
Tints of Blue Marguerite #7654BD
RGB
CMYK
RGB Variations
Color information
#7654BD (or 0x7654BD) is known color: Blue Marguerite. HEX triplet: 76, 54 and BD. RGB value is (118,84,189). Sum of RGB (Red+Green+Blue) = 118+84+189=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #7654BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7654BD is #89AB42. Grayscale: #696969. Windows color (decimal): -9022275 or 12407926. OLE color: 12407926.
HSL color Cylindrical-coordinate representation of color #7654BD: hue angle of 259.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7654BD is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 84 | 189 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.26 |
| HSL | 259.43º | 0.44% | 0.54% | - |
| HSV(B) | 259.43º | 0.56% | 0.74% | - |
| XYZ | 19.83 | 13.87 | 49.78 | - |
| YUV | 106.14 | 174.76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 189 | 0.38 | 0.56 | 0 | 0.26 | 259.43 | 0.44 | 0.54 |
| Hex | 76 | 54 | BD | 26 | 38 | 0 | 1A | 103 | 2C | 36 |
| Octal | 166 | 124 | 275 | 46 | 70 | 0 | 32 | 403 | 54 | 66 |
| Binary | 1110110 | 1010100 | 10111101 | 100110 | 111000 | 0 | 11010 | 100000011 | 101100 | 110110 |
Color Harmonies of #7654BD
Complementary color
Monochromatic Colors of #7654BD
Black with #7654BD
Text Example
Text Example
White with #7654BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7654BD; }
p { color: rgb(118,84,189); }
H1.HeaderClassName
{
color: #7654BD;
}
.AnyTagClassName
{
color: #7654BD;
}
</style>
background-color css
<style>
a { background-color: #7654BD; }
a { background-color: rgb(118,84,189); }
div.DivClassName
{
background-color: #7654BD;
}
.BgClassName
{
background-color: #7654BD;
}
</style>
border-color css
<style>
span { border-color: #7654BD; }
span { border-color: rgb(118,84,189); }
td.TdClassName
{
border-color: #7654BD;
}
.TagClassName
{
border-color: #7654BD;
}
</style>