Shades of Blue Marguerite #795DB1
Tints of Blue Marguerite #795DB1
RGB
CMYK
RGB Variations
Color information
#795DB1 (or 0x795DB1) is known color: Blue Marguerite. HEX triplet: 79, 5D and B1. RGB value is (121,93,177). Sum of RGB (Red+Green+Blue) = 121+93+177=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #795DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795DB1 is #86A24E. Grayscale: #6E6E6E. Windows color (decimal): -8823375 or 11623801. OLE color: 11623801.
HSL color Cylindrical-coordinate representation of color #795DB1: hue angle of 260º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795DB1 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 93 | 177 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.31 |
| HSL | 260º | 0.35% | 0.53% | - |
| HSV(B) | 260º | 0.47% | 0.69% | - |
| XYZ | 19.74 | 15.07 | 43.46 | - |
| YUV | 110.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 177 | 0.32 | 0.47 | 0 | 0.31 | 260 | 0.35 | 0.53 |
| Hex | 79 | 5D | B1 | 20 | 2F | 0 | 1F | 104 | 23 | 35 |
| Octal | 171 | 135 | 261 | 40 | 57 | 0 | 37 | 404 | 43 | 65 |
| Binary | 1111001 | 1011101 | 10110001 | 100000 | 101111 | 0 | 11111 | 100000100 | 100011 | 110101 |
Color Harmonies of #795DB1
Complementary color
Monochromatic Colors of #795DB1
Black with #795DB1
Text Example
Text Example
White with #795DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DB1; }
p { color: rgb(121,93,177); }
H1.HeaderClassName
{
color: #795DB1;
}
.AnyTagClassName
{
color: #795DB1;
}
</style>
background-color css
<style>
a { background-color: #795DB1; }
a { background-color: rgb(121,93,177); }
div.DivClassName
{
background-color: #795DB1;
}
.BgClassName
{
background-color: #795DB1;
}
</style>
border-color css
<style>
span { border-color: #795DB1; }
span { border-color: rgb(121,93,177); }
td.TdClassName
{
border-color: #795DB1;
}
.TagClassName
{
border-color: #795DB1;
}
</style>