Shades of Blue Marguerite #7D54BB
Tints of Blue Marguerite #7D54BB
RGB
CMYK
RGB Variations
Color information
#7D54BB (or 0x7D54BB) is known color: Blue Marguerite. HEX triplet: 7D, 54 and BB. RGB value is (125,84,187). Sum of RGB (Red+Green+Blue) = 125+84+187=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D54BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D54BB is #82AB44. Grayscale: #6B6B6B. Windows color (decimal): -8563525 or 12276861. OLE color: 12276861.
HSL color Cylindrical-coordinate representation of color #7D54BB: hue angle of 263.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D54BB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 84 | 187 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.27 |
| HSL | 263.88º | 0.43% | 0.53% | - |
| HSV(B) | 263.88º | 0.55% | 0.73% | - |
| XYZ | 20.6 | 14.29 | 48.69 | - |
| YUV | 108 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 187 | 0.33 | 0.55 | 0 | 0.27 | 263.88 | 0.43 | 0.53 |
| Hex | 7D | 54 | BB | 21 | 37 | 0 | 1B | 108 | 2B | 35 |
| Octal | 175 | 124 | 273 | 41 | 67 | 0 | 33 | 410 | 53 | 65 |
| Binary | 1111101 | 1010100 | 10111011 | 100001 | 110111 | 0 | 11011 | 100001000 | 101011 | 110101 |
Color Harmonies of #7D54BB
Complementary color
Monochromatic Colors of #7D54BB
Black with #7D54BB
Text Example
Text Example
White with #7D54BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D54BB; }
p { color: rgb(125,84,187); }
H1.HeaderClassName
{
color: #7D54BB;
}
.AnyTagClassName
{
color: #7D54BB;
}
</style>
background-color css
<style>
a { background-color: #7D54BB; }
a { background-color: rgb(125,84,187); }
div.DivClassName
{
background-color: #7D54BB;
}
.BgClassName
{
background-color: #7D54BB;
}
</style>
border-color css
<style>
span { border-color: #7D54BB; }
span { border-color: rgb(125,84,187); }
td.TdClassName
{
border-color: #7D54BB;
}
.TagClassName
{
border-color: #7D54BB;
}
</style>