Shades of Blue Marguerite #7A68BA
Tints of Blue Marguerite #7A68BA
RGB
CMYK
RGB Variations
Color information
#7A68BA (or 0x7A68BA) is known color: Blue Marguerite. HEX triplet: 7A, 68 and BA. RGB value is (122,104,186). Sum of RGB (Red+Green+Blue) = 122+104+186=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A68BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68BA is #859745. Grayscale: #767676. Windows color (decimal): -8755014 or 12216442. OLE color: 12216442.
HSL color Cylindrical-coordinate representation of color #7A68BA: hue angle of 253.17º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A68BA is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 104 | 186 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.27 |
| HSL | 253.17º | 0.37% | 0.57% | - |
| HSV(B) | 253.17º | 0.44% | 0.73% | - |
| XYZ | 21.84 | 17.58 | 48.7 | - |
| YUV | 118.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 186 | 0.34 | 0.44 | 0 | 0.27 | 253.17 | 0.37 | 0.57 |
| Hex | 7A | 68 | BA | 22 | 2C | 0 | 1B | FD | 25 | 39 |
| Octal | 172 | 150 | 272 | 42 | 54 | 0 | 33 | 375 | 45 | 71 |
| Binary | 1111010 | 1101000 | 10111010 | 100010 | 101100 | 0 | 11011 | 11111101 | 100101 | 111001 |
Color Harmonies of #7A68BA
Complementary color
Monochromatic Colors of #7A68BA
Black with #7A68BA
Text Example
Text Example
White with #7A68BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68BA; }
p { color: rgb(122,104,186); }
H1.HeaderClassName
{
color: #7A68BA;
}
.AnyTagClassName
{
color: #7A68BA;
}
</style>
background-color css
<style>
a { background-color: #7A68BA; }
a { background-color: rgb(122,104,186); }
div.DivClassName
{
background-color: #7A68BA;
}
.BgClassName
{
background-color: #7A68BA;
}
</style>
border-color css
<style>
span { border-color: #7A68BA; }
span { border-color: rgb(122,104,186); }
td.TdClassName
{
border-color: #7A68BA;
}
.TagClassName
{
border-color: #7A68BA;
}
</style>