Shades of Blue Marguerite #7F5ABD
Tints of Blue Marguerite #7F5ABD
RGB
CMYK
RGB Variations
Color information
#7F5ABD (or 0x7F5ABD) is known color: Blue Marguerite. HEX triplet: 7F, 5A and BD. RGB value is (127,90,189). Sum of RGB (Red+Green+Blue) = 127+90+189=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F5ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5ABD is #80A542. Grayscale: #6F6F6F. Windows color (decimal): -8430915 or 12409471. OLE color: 12409471.
HSL color Cylindrical-coordinate representation of color #7F5ABD: hue angle of 262.42º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F5ABD is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 90 | 189 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.26 |
| HSL | 262.42º | 0.43% | 0.55% | - |
| HSV(B) | 262.42º | 0.52% | 0.74% | - |
| XYZ | 21.59 | 15.5 | 50 | - |
| YUV | 112.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 189 | 0.33 | 0.52 | 0 | 0.26 | 262.42 | 0.43 | 0.55 |
| Hex | 7F | 5A | BD | 21 | 34 | 0 | 1A | 106 | 2B | 37 |
| Octal | 177 | 132 | 275 | 41 | 64 | 0 | 32 | 406 | 53 | 67 |
| Binary | 1111111 | 1011010 | 10111101 | 100001 | 110100 | 0 | 11010 | 100000110 | 101011 | 110111 |
Color Harmonies of #7F5ABD
Complementary color
Monochromatic Colors of #7F5ABD
Black with #7F5ABD
Text Example
Text Example
White with #7F5ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5ABD; }
p { color: rgb(127,90,189); }
H1.HeaderClassName
{
color: #7F5ABD;
}
.AnyTagClassName
{
color: #7F5ABD;
}
</style>
background-color css
<style>
a { background-color: #7F5ABD; }
a { background-color: rgb(127,90,189); }
div.DivClassName
{
background-color: #7F5ABD;
}
.BgClassName
{
background-color: #7F5ABD;
}
</style>
border-color css
<style>
span { border-color: #7F5ABD; }
span { border-color: rgb(127,90,189); }
td.TdClassName
{
border-color: #7F5ABD;
}
.TagClassName
{
border-color: #7F5ABD;
}
</style>