Shades of Blue Marguerite #7F54BD
Tints of Blue Marguerite #7F54BD
RGB
CMYK
RGB Variations
Color information
#7F54BD (or 0x7F54BD) is known color: Blue Marguerite. HEX triplet: 7F, 54 and BD. RGB value is (127,84,189). Sum of RGB (Red+Green+Blue) = 127+84+189=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F54BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F54BD is #80AB42. Grayscale: #6C6C6C. Windows color (decimal): -8432451 or 12407935. OLE color: 12407935.
HSL color Cylindrical-coordinate representation of color #7F54BD: hue angle of 264.57º 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 #7F54BD is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 84 | 189 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.26 |
| HSL | 264.57º | 0.44% | 0.54% | - |
| HSV(B) | 264.57º | 0.56% | 0.74% | - |
| XYZ | 21.11 | 14.53 | 49.84 | - |
| YUV | 108.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 189 | 0.33 | 0.56 | 0 | 0.26 | 264.57 | 0.44 | 0.54 |
| Hex | 7F | 54 | BD | 21 | 38 | 0 | 1A | 109 | 2C | 36 |
| Octal | 177 | 124 | 275 | 41 | 70 | 0 | 32 | 411 | 54 | 66 |
| Binary | 1111111 | 1010100 | 10111101 | 100001 | 111000 | 0 | 11010 | 100001001 | 101100 | 110110 |
Color Harmonies of #7F54BD
Complementary color
Monochromatic Colors of #7F54BD
Black with #7F54BD
Text Example
Text Example
White with #7F54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F54BD; }
p { color: rgb(127,84,189); }
H1.HeaderClassName
{
color: #7F54BD;
}
.AnyTagClassName
{
color: #7F54BD;
}
</style>
background-color css
<style>
a { background-color: #7F54BD; }
a { background-color: rgb(127,84,189); }
div.DivClassName
{
background-color: #7F54BD;
}
.BgClassName
{
background-color: #7F54BD;
}
</style>
border-color css
<style>
span { border-color: #7F54BD; }
span { border-color: rgb(127,84,189); }
td.TdClassName
{
border-color: #7F54BD;
}
.TagClassName
{
border-color: #7F54BD;
}
</style>