Shades of Blue Marguerite #755DB1
Tints of Blue Marguerite #755DB1
RGB
CMYK
RGB Variations
Color information
#755DB1 (or 0x755DB1) is known color: Blue Marguerite. HEX triplet: 75, 5D and B1. RGB value is (117,93,177). Sum of RGB (Red+Green+Blue) = 117+93+177=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #755DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755DB1 is #8AA24E. Grayscale: #6D6D6D. Windows color (decimal): -9085519 or 11623797. OLE color: 11623797.
HSL color Cylindrical-coordinate representation of color #755DB1: hue angle of 257.14º 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 #755DB1 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 93 | 177 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.31 |
| HSL | 257.14º | 0.35% | 0.53% | - |
| HSV(B) | 257.14º | 0.47% | 0.69% | - |
| XYZ | 19.19 | 14.78 | 43.44 | - |
| YUV | 109.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 177 | 0.34 | 0.47 | 0 | 0.31 | 257.14 | 0.35 | 0.53 |
| Hex | 75 | 5D | B1 | 22 | 2F | 0 | 1F | 101 | 23 | 35 |
| Octal | 165 | 135 | 261 | 42 | 57 | 0 | 37 | 401 | 43 | 65 |
| Binary | 1110101 | 1011101 | 10110001 | 100010 | 101111 | 0 | 11111 | 100000001 | 100011 | 110101 |
Color Harmonies of #755DB1
Complementary color
Monochromatic Colors of #755DB1
Black with #755DB1
Text Example
Text Example
White with #755DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DB1; }
p { color: rgb(117,93,177); }
H1.HeaderClassName
{
color: #755DB1;
}
.AnyTagClassName
{
color: #755DB1;
}
</style>
background-color css
<style>
a { background-color: #755DB1; }
a { background-color: rgb(117,93,177); }
div.DivClassName
{
background-color: #755DB1;
}
.BgClassName
{
background-color: #755DB1;
}
</style>
border-color css
<style>
span { border-color: #755DB1; }
span { border-color: rgb(117,93,177); }
td.TdClassName
{
border-color: #755DB1;
}
.TagClassName
{
border-color: #755DB1;
}
</style>