Shades of Blue Marguerite #795AB9
Tints of Blue Marguerite #795AB9
RGB
CMYK
RGB Variations
Color information
#795AB9 (or 0x795AB9) is known color: Blue Marguerite. HEX triplet: 79, 5A and B9. RGB value is (121,90,185). Sum of RGB (Red+Green+Blue) = 121+90+185=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #795AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795AB9 is #86A546. Grayscale: #6D6D6D. Windows color (decimal): -8824135 or 12147321. OLE color: 12147321.
HSL color Cylindrical-coordinate representation of color #795AB9: hue angle of 259.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #795AB9 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 90 | 185 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.27 |
| HSL | 259.58º | 0.4% | 0.54% | - |
| HSV(B) | 259.58º | 0.51% | 0.73% | - |
| XYZ | 20.3 | 14.88 | 47.7 | - |
| YUV | 110.1 | 170.27 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 185 | 0.35 | 0.51 | 0 | 0.27 | 259.58 | 0.4 | 0.54 |
| Hex | 79 | 5A | B9 | 23 | 33 | 0 | 1B | 104 | 28 | 36 |
| Octal | 171 | 132 | 271 | 43 | 63 | 0 | 33 | 404 | 50 | 66 |
| Binary | 1111001 | 1011010 | 10111001 | 100011 | 110011 | 0 | 11011 | 100000100 | 101000 | 110110 |
Color Harmonies of #795AB9
Complementary color
Monochromatic Colors of #795AB9
Black with #795AB9
Text Example
Text Example
White with #795AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795AB9; }
p { color: rgb(121,90,185); }
H1.HeaderClassName
{
color: #795AB9;
}
.AnyTagClassName
{
color: #795AB9;
}
</style>
background-color css
<style>
a { background-color: #795AB9; }
a { background-color: rgb(121,90,185); }
div.DivClassName
{
background-color: #795AB9;
}
.BgClassName
{
background-color: #795AB9;
}
</style>
border-color css
<style>
span { border-color: #795AB9; }
span { border-color: rgb(121,90,185); }
td.TdClassName
{
border-color: #795AB9;
}
.TagClassName
{
border-color: #795AB9;
}
</style>