Shades of Blue Marguerite #7F5DB9
Tints of Blue Marguerite #7F5DB9
RGB
CMYK
RGB Variations
Color information
#7F5DB9 (or 0x7F5DB9) is known color: Blue Marguerite. HEX triplet: 7F, 5D and B9. RGB value is (127,93,185). Sum of RGB (Red+Green+Blue) = 127+93+185=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #7F5DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DB9 is #80A246. Grayscale: #717171. Windows color (decimal): -8430151 or 12148095. OLE color: 12148095.
HSL color Cylindrical-coordinate representation of color #7F5DB9: hue angle of 262.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F5DB9 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 93 | 185 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.27 |
| HSL | 262.17º | 0.4% | 0.55% | - |
| HSV(B) | 262.17º | 0.5% | 0.73% | - |
| XYZ | 21.42 | 15.84 | 47.83 | - |
| YUV | 113.65 | 168.26 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 93 | 185 | 0.31 | 0.50 | 0 | 0.27 | 262.17 | 0.4 | 0.55 |
| Hex | 7F | 5D | B9 | 1F | 32 | 0 | 1B | 106 | 28 | 37 |
| Octal | 177 | 135 | 271 | 37 | 62 | 0 | 33 | 406 | 50 | 67 |
| Binary | 1111111 | 1011101 | 10111001 | 11111 | 110010 | 0 | 11011 | 100000110 | 101000 | 110111 |
Color Harmonies of #7F5DB9
Complementary color
Monochromatic Colors of #7F5DB9
Black with #7F5DB9
Text Example
Text Example
White with #7F5DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5DB9; }
p { color: rgb(127,93,185); }
H1.HeaderClassName
{
color: #7F5DB9;
}
.AnyTagClassName
{
color: #7F5DB9;
}
</style>
background-color css
<style>
a { background-color: #7F5DB9; }
a { background-color: rgb(127,93,185); }
div.DivClassName
{
background-color: #7F5DB9;
}
.BgClassName
{
background-color: #7F5DB9;
}
</style>
border-color css
<style>
span { border-color: #7F5DB9; }
span { border-color: rgb(127,93,185); }
td.TdClassName
{
border-color: #7F5DB9;
}
.TagClassName
{
border-color: #7F5DB9;
}
</style>