Shades of Blue Marguerite #755DB5
Tints of Blue Marguerite #755DB5
RGB
CMYK
RGB Variations
Color information
#755DB5 (or 0x755DB5) is known color: Blue Marguerite. HEX triplet: 75, 5D and B5. RGB value is (117,93,181). Sum of RGB (Red+Green+Blue) = 117+93+181=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #755DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DB5 is #8AA24A. Grayscale: #6D6D6D. Windows color (decimal): -9085515 or 11885941. OLE color: 11885941.
HSL color Cylindrical-coordinate representation of color #755DB5: hue angle of 256.36º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #755DB5 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 93 | 181 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.29 |
| HSL | 256.36º | 0.37% | 0.54% | - |
| HSV(B) | 256.36º | 0.49% | 0.71% | - |
| XYZ | 19.59 | 14.95 | 45.57 | - |
| YUV | 110.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 181 | 0.35 | 0.49 | 0 | 0.29 | 256.36 | 0.37 | 0.54 |
| Hex | 75 | 5D | B5 | 23 | 31 | 0 | 1D | 100 | 25 | 36 |
| Octal | 165 | 135 | 265 | 43 | 61 | 0 | 35 | 400 | 45 | 66 |
| Binary | 1110101 | 1011101 | 10110101 | 100011 | 110001 | 0 | 11101 | 100000000 | 100101 | 110110 |
Color Harmonies of #755DB5
Complementary color
Monochromatic Colors of #755DB5
Black with #755DB5
Text Example
Text Example
White with #755DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DB5; }
p { color: rgb(117,93,181); }
H1.HeaderClassName
{
color: #755DB5;
}
.AnyTagClassName
{
color: #755DB5;
}
</style>
background-color css
<style>
a { background-color: #755DB5; }
a { background-color: rgb(117,93,181); }
div.DivClassName
{
background-color: #755DB5;
}
.BgClassName
{
background-color: #755DB5;
}
</style>
border-color css
<style>
span { border-color: #755DB5; }
span { border-color: rgb(117,93,181); }
td.TdClassName
{
border-color: #755DB5;
}
.TagClassName
{
border-color: #755DB5;
}
</style>