Shades of Blue Marguerite #795AB2
Tints of Blue Marguerite #795AB2
RGB
CMYK
RGB Variations
Color information
#795AB2 (or 0x795AB2) is known color: Blue Marguerite. HEX triplet: 79, 5A and B2. RGB value is (121,90,178). Sum of RGB (Red+Green+Blue) = 121+90+178=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #795AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795AB2 is #86A54D. Grayscale: #6C6C6C. Windows color (decimal): -8824142 or 11688569. OLE color: 11688569.
HSL color Cylindrical-coordinate representation of color #795AB2: hue angle of 261.14º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #795AB2 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 90 | 178 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.30 |
| HSL | 261.14º | 0.36% | 0.53% | - |
| HSV(B) | 261.14º | 0.49% | 0.7% | - |
| XYZ | 19.58 | 14.59 | 43.9 | - |
| YUV | 109.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 178 | 0.32 | 0.49 | 0 | 0.30 | 261.14 | 0.36 | 0.53 |
| Hex | 79 | 5A | B2 | 20 | 31 | 0 | 1E | 105 | 24 | 35 |
| Octal | 171 | 132 | 262 | 40 | 61 | 0 | 36 | 405 | 44 | 65 |
| Binary | 1111001 | 1011010 | 10110010 | 100000 | 110001 | 0 | 11110 | 100000101 | 100100 | 110101 |
Color Harmonies of #795AB2
Complementary color
Monochromatic Colors of #795AB2
Black with #795AB2
Text Example
Text Example
White with #795AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795AB2; }
p { color: rgb(121,90,178); }
H1.HeaderClassName
{
color: #795AB2;
}
.AnyTagClassName
{
color: #795AB2;
}
</style>
background-color css
<style>
a { background-color: #795AB2; }
a { background-color: rgb(121,90,178); }
div.DivClassName
{
background-color: #795AB2;
}
.BgClassName
{
background-color: #795AB2;
}
</style>
border-color css
<style>
span { border-color: #795AB2; }
span { border-color: rgb(121,90,178); }
td.TdClassName
{
border-color: #795AB2;
}
.TagClassName
{
border-color: #795AB2;
}
</style>