Shades of Blue Marguerite #795AAE
Tints of Blue Marguerite #795AAE
RGB
CMYK
RGB Variations
Color information
#795AAE (or 0x795AAE) is known color: Blue Marguerite. HEX triplet: 79, 5A and AE. RGB value is (121,90,174). Sum of RGB (Red+Green+Blue) = 121+90+174=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #795AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795AAE is #86A551. Grayscale: #6C6C6C. Windows color (decimal): -8824146 or 11426425. OLE color: 11426425.
HSL color Cylindrical-coordinate representation of color #795AAE: hue angle of 262.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #795AAE is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 90 | 174 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.32 |
| HSL | 262.14º | 0.34% | 0.52% | - |
| HSV(B) | 262.14º | 0.48% | 0.68% | - |
| XYZ | 19.18 | 14.43 | 41.82 | - |
| YUV | 108.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 174 | 0.30 | 0.48 | 0 | 0.32 | 262.14 | 0.34 | 0.52 |
| Hex | 79 | 5A | AE | 1E | 30 | 0 | 20 | 106 | 22 | 34 |
| Octal | 171 | 132 | 256 | 36 | 60 | 0 | 40 | 406 | 42 | 64 |
| Binary | 1111001 | 1011010 | 10101110 | 11110 | 110000 | 0 | 100000 | 100000110 | 100010 | 110100 |
Color Harmonies of #795AAE
Complementary color
Monochromatic Colors of #795AAE
Black with #795AAE
Text Example
Text Example
White with #795AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795AAE; }
p { color: rgb(121,90,174); }
H1.HeaderClassName
{
color: #795AAE;
}
.AnyTagClassName
{
color: #795AAE;
}
</style>
background-color css
<style>
a { background-color: #795AAE; }
a { background-color: rgb(121,90,174); }
div.DivClassName
{
background-color: #795AAE;
}
.BgClassName
{
background-color: #795AAE;
}
</style>
border-color css
<style>
span { border-color: #795AAE; }
span { border-color: rgb(121,90,174); }
td.TdClassName
{
border-color: #795AAE;
}
.TagClassName
{
border-color: #795AAE;
}
</style>