Shades of Blue Marguerite #796AB3
Tints of Blue Marguerite #796AB3
RGB
CMYK
RGB Variations
Color information
#796AB3 (or 0x796AB3) is known color: Blue Marguerite. HEX triplet: 79, 6A and B3. RGB value is (121,106,179). Sum of RGB (Red+Green+Blue) = 121+106+179=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #796AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796AB3 is #86954C. Grayscale: #767676. Windows color (decimal): -8820045 or 11758201. OLE color: 11758201.
HSL color Cylindrical-coordinate representation of color #796AB3: hue angle of 252.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #796AB3 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 106 | 179 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.30 |
| HSL | 252.33º | 0.32% | 0.56% | - |
| HSV(B) | 252.33º | 0.41% | 0.7% | - |
| XYZ | 21.18 | 17.63 | 44.93 | - |
| YUV | 118.81 | 161.97 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 179 | 0.32 | 0.41 | 0 | 0.30 | 252.33 | 0.32 | 0.56 |
| Hex | 79 | 6A | B3 | 20 | 29 | 0 | 1E | FC | 20 | 38 |
| Octal | 171 | 152 | 263 | 40 | 51 | 0 | 36 | 374 | 40 | 70 |
| Binary | 1111001 | 1101010 | 10110011 | 100000 | 101001 | 0 | 11110 | 11111100 | 100000 | 111000 |
Color Harmonies of #796AB3
Complementary color
Monochromatic Colors of #796AB3
Black with #796AB3
Text Example
Text Example
White with #796AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796AB3; }
p { color: rgb(121,106,179); }
H1.HeaderClassName
{
color: #796AB3;
}
.AnyTagClassName
{
color: #796AB3;
}
</style>
background-color css
<style>
a { background-color: #796AB3; }
a { background-color: rgb(121,106,179); }
div.DivClassName
{
background-color: #796AB3;
}
.BgClassName
{
background-color: #796AB3;
}
</style>
border-color css
<style>
span { border-color: #796AB3; }
span { border-color: rgb(121,106,179); }
td.TdClassName
{
border-color: #796AB3;
}
.TagClassName
{
border-color: #796AB3;
}
</style>