Shades of Blue Marguerite #795DBE
Tints of Blue Marguerite #795DBE
RGB
CMYK
RGB Variations
Color information
#795DBE (or 0x795DBE) is known color: Blue Marguerite. HEX triplet: 79, 5D and BE. RGB value is (121,93,190). Sum of RGB (Red+Green+Blue) = 121+93+190=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #795DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DBE is #86A241. Grayscale: #707070. Windows color (decimal): -8823362 or 12475769. OLE color: 12475769.
HSL color Cylindrical-coordinate representation of color #795DBE: hue angle of 257.32º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #795DBE is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 93 | 190 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.25 |
| HSL | 257.32º | 0.43% | 0.55% | - |
| HSV(B) | 257.32º | 0.51% | 0.75% | - |
| XYZ | 21.09 | 15.61 | 50.62 | - |
| YUV | 112.43 | 171.78 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 190 | 0.36 | 0.51 | 0 | 0.25 | 257.32 | 0.43 | 0.55 |
| Hex | 79 | 5D | BE | 24 | 33 | 0 | 19 | 101 | 2B | 37 |
| Octal | 171 | 135 | 276 | 44 | 63 | 0 | 31 | 401 | 53 | 67 |
| Binary | 1111001 | 1011101 | 10111110 | 100100 | 110011 | 0 | 11001 | 100000001 | 101011 | 110111 |
Color Harmonies of #795DBE
Complementary color
Monochromatic Colors of #795DBE
Black with #795DBE
Text Example
Text Example
White with #795DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DBE; }
p { color: rgb(121,93,190); }
H1.HeaderClassName
{
color: #795DBE;
}
.AnyTagClassName
{
color: #795DBE;
}
</style>
background-color css
<style>
a { background-color: #795DBE; }
a { background-color: rgb(121,93,190); }
div.DivClassName
{
background-color: #795DBE;
}
.BgClassName
{
background-color: #795DBE;
}
</style>
border-color css
<style>
span { border-color: #795DBE; }
span { border-color: rgb(121,93,190); }
td.TdClassName
{
border-color: #795DBE;
}
.TagClassName
{
border-color: #795DBE;
}
</style>