Shades of Blue Marguerite #7A5FBA
Tints of Blue Marguerite #7A5FBA
RGB
CMYK
RGB Variations
Color information
#7A5FBA (or 0x7A5FBA) is known color: Blue Marguerite. HEX triplet: 7A, 5F and BA. RGB value is (122,95,186). Sum of RGB (Red+Green+Blue) = 122+95+186=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5FBA is #85A045. Grayscale: #717171. Windows color (decimal): -8757318 or 12214138. OLE color: 12214138.
HSL color Cylindrical-coordinate representation of color #7A5FBA: hue angle of 257.8º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A5FBA is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 95 | 186 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.27 |
| HSL | 257.8º | 0.4% | 0.55% | - |
| HSV(B) | 257.8º | 0.49% | 0.73% | - |
| XYZ | 20.98 | 15.87 | 48.41 | - |
| YUV | 113.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 186 | 0.34 | 0.49 | 0 | 0.27 | 257.8 | 0.4 | 0.55 |
| Hex | 7A | 5F | BA | 22 | 31 | 0 | 1B | 102 | 28 | 37 |
| Octal | 172 | 137 | 272 | 42 | 61 | 0 | 33 | 402 | 50 | 67 |
| Binary | 1111010 | 1011111 | 10111010 | 100010 | 110001 | 0 | 11011 | 100000010 | 101000 | 110111 |
Color Harmonies of #7A5FBA
Complementary color
Monochromatic Colors of #7A5FBA
Black with #7A5FBA
Text Example
Text Example
White with #7A5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5FBA; }
p { color: rgb(122,95,186); }
H1.HeaderClassName
{
color: #7A5FBA;
}
.AnyTagClassName
{
color: #7A5FBA;
}
</style>
background-color css
<style>
a { background-color: #7A5FBA; }
a { background-color: rgb(122,95,186); }
div.DivClassName
{
background-color: #7A5FBA;
}
.BgClassName
{
background-color: #7A5FBA;
}
</style>
border-color css
<style>
span { border-color: #7A5FBA; }
span { border-color: rgb(122,95,186); }
td.TdClassName
{
border-color: #7A5FBA;
}
.TagClassName
{
border-color: #7A5FBA;
}
</style>