Shades of Blue Marguerite #795EBC
Tints of Blue Marguerite #795EBC
RGB
CMYK
RGB Variations
Color information
#795EBC (or 0x795EBC) is known color: Blue Marguerite. HEX triplet: 79, 5E and BC. RGB value is (121,94,188). Sum of RGB (Red+Green+Blue) = 121+94+188=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #795EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795EBC is #86A143. Grayscale: #707070. Windows color (decimal): -8823108 or 12344953. OLE color: 12344953.
HSL color Cylindrical-coordinate representation of color #795EBC: hue angle of 257.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #795EBC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 94 | 188 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.26 |
| HSL | 257.23º | 0.41% | 0.55% | - |
| HSV(B) | 257.23º | 0.5% | 0.74% | - |
| XYZ | 20.96 | 15.7 | 49.5 | - |
| YUV | 112.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 188 | 0.36 | 0.50 | 0 | 0.26 | 257.23 | 0.41 | 0.55 |
| Hex | 79 | 5E | BC | 24 | 32 | 0 | 1A | 101 | 29 | 37 |
| Octal | 171 | 136 | 274 | 44 | 62 | 0 | 32 | 401 | 51 | 67 |
| Binary | 1111001 | 1011110 | 10111100 | 100100 | 110010 | 0 | 11010 | 100000001 | 101001 | 110111 |
Color Harmonies of #795EBC
Complementary color
Monochromatic Colors of #795EBC
Black with #795EBC
Text Example
Text Example
White with #795EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795EBC; }
p { color: rgb(121,94,188); }
H1.HeaderClassName
{
color: #795EBC;
}
.AnyTagClassName
{
color: #795EBC;
}
</style>
background-color css
<style>
a { background-color: #795EBC; }
a { background-color: rgb(121,94,188); }
div.DivClassName
{
background-color: #795EBC;
}
.BgClassName
{
background-color: #795EBC;
}
</style>
border-color css
<style>
span { border-color: #795EBC; }
span { border-color: rgb(121,94,188); }
td.TdClassName
{
border-color: #795EBC;
}
.TagClassName
{
border-color: #795EBC;
}
</style>