Shades of Blue Marguerite #7A67BA
Tints of Blue Marguerite #7A67BA
RGB
CMYK
RGB Variations
Color information
#7A67BA (or 0x7A67BA) is known color: Blue Marguerite. HEX triplet: 7A, 67 and BA. RGB value is (122,103,186). Sum of RGB (Red+Green+Blue) = 122+103+186=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A67BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A67BA is #859845. Grayscale: #757575. Windows color (decimal): -8755270 or 12216186. OLE color: 12216186.
HSL color Cylindrical-coordinate representation of color #7A67BA: hue angle of 253.73º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A67BA is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 103 | 186 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.27 |
| HSL | 253.73º | 0.38% | 0.57% | - |
| HSV(B) | 253.73º | 0.45% | 0.73% | - |
| XYZ | 21.74 | 17.38 | 48.66 | - |
| YUV | 118.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 186 | 0.34 | 0.45 | 0 | 0.27 | 253.73 | 0.38 | 0.57 |
| Hex | 7A | 67 | BA | 22 | 2D | 0 | 1B | FE | 26 | 39 |
| Octal | 172 | 147 | 272 | 42 | 55 | 0 | 33 | 376 | 46 | 71 |
| Binary | 1111010 | 1100111 | 10111010 | 100010 | 101101 | 0 | 11011 | 11111110 | 100110 | 111001 |
Color Harmonies of #7A67BA
Complementary color
Monochromatic Colors of #7A67BA
Black with #7A67BA
Text Example
Text Example
White with #7A67BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A67BA; }
p { color: rgb(122,103,186); }
H1.HeaderClassName
{
color: #7A67BA;
}
.AnyTagClassName
{
color: #7A67BA;
}
</style>
background-color css
<style>
a { background-color: #7A67BA; }
a { background-color: rgb(122,103,186); }
div.DivClassName
{
background-color: #7A67BA;
}
.BgClassName
{
background-color: #7A67BA;
}
</style>
border-color css
<style>
span { border-color: #7A67BA; }
span { border-color: rgb(122,103,186); }
td.TdClassName
{
border-color: #7A67BA;
}
.TagClassName
{
border-color: #7A67BA;
}
</style>