Shades of Blue Marguerite #795DB7
Tints of Blue Marguerite #795DB7
RGB
CMYK
RGB Variations
Color information
#795DB7 (or 0x795DB7) is known color: Blue Marguerite. HEX triplet: 79, 5D and B7. RGB value is (121,93,183). Sum of RGB (Red+Green+Blue) = 121+93+183=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #795DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DB7 is #86A248. Grayscale: #6F6F6F. Windows color (decimal): -8823369 or 12017017. OLE color: 12017017.
HSL color Cylindrical-coordinate representation of color #795DB7: hue angle of 258.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #795DB7 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 93 | 183 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.28 |
| HSL | 258.67º | 0.38% | 0.54% | - |
| HSV(B) | 258.67º | 0.49% | 0.72% | - |
| XYZ | 20.35 | 15.31 | 46.68 | - |
| YUV | 111.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 183 | 0.34 | 0.49 | 0 | 0.28 | 258.67 | 0.38 | 0.54 |
| Hex | 79 | 5D | B7 | 22 | 31 | 0 | 1C | 103 | 26 | 36 |
| Octal | 171 | 135 | 267 | 42 | 61 | 0 | 34 | 403 | 46 | 66 |
| Binary | 1111001 | 1011101 | 10110111 | 100010 | 110001 | 0 | 11100 | 100000011 | 100110 | 110110 |
Color Harmonies of #795DB7
Complementary color
Monochromatic Colors of #795DB7
Black with #795DB7
Text Example
Text Example
White with #795DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DB7; }
p { color: rgb(121,93,183); }
H1.HeaderClassName
{
color: #795DB7;
}
.AnyTagClassName
{
color: #795DB7;
}
</style>
background-color css
<style>
a { background-color: #795DB7; }
a { background-color: rgb(121,93,183); }
div.DivClassName
{
background-color: #795DB7;
}
.BgClassName
{
background-color: #795DB7;
}
</style>
border-color css
<style>
span { border-color: #795DB7; }
span { border-color: rgb(121,93,183); }
td.TdClassName
{
border-color: #795DB7;
}
.TagClassName
{
border-color: #795DB7;
}
</style>