Shades of Blue Marguerite #795EC0
Tints of Blue Marguerite #795EC0
RGB
CMYK
RGB Variations
Color information
#795EC0 (or 0x795EC0) is known color: Blue Marguerite. HEX triplet: 79, 5E and C0. RGB value is (121,94,192). Sum of RGB (Red+Green+Blue) = 121+94+192=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #795EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795EC0 is #86A13F. Grayscale: #707070. Windows color (decimal): -8823104 or 12607097. OLE color: 12607097.
HSL color Cylindrical-coordinate representation of color #795EC0: hue angle of 256.53º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #795EC0 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 94 | 192 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.25 |
| HSL | 256.53º | 0.44% | 0.56% | - |
| HSV(B) | 256.53º | 0.51% | 0.75% | - |
| XYZ | 21.4 | 15.88 | 51.81 | - |
| YUV | 113.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 192 | 0.37 | 0.51 | 0 | 0.25 | 256.53 | 0.44 | 0.56 |
| Hex | 79 | 5E | C0 | 25 | 33 | 0 | 19 | 101 | 2C | 38 |
| Octal | 171 | 136 | 300 | 45 | 63 | 0 | 31 | 401 | 54 | 70 |
| Binary | 1111001 | 1011110 | 11000000 | 100101 | 110011 | 0 | 11001 | 100000001 | 101100 | 111000 |
Color Harmonies of #795EC0
Complementary color
Monochromatic Colors of #795EC0
Black with #795EC0
Text Example
Text Example
White with #795EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795EC0; }
p { color: rgb(121,94,192); }
H1.HeaderClassName
{
color: #795EC0;
}
.AnyTagClassName
{
color: #795EC0;
}
</style>
background-color css
<style>
a { background-color: #795EC0; }
a { background-color: rgb(121,94,192); }
div.DivClassName
{
background-color: #795EC0;
}
.BgClassName
{
background-color: #795EC0;
}
</style>
border-color css
<style>
span { border-color: #795EC0; }
span { border-color: rgb(121,94,192); }
td.TdClassName
{
border-color: #795EC0;
}
.TagClassName
{
border-color: #795EC0;
}
</style>