Shades of Blue Marguerite #755DAD
Tints of Blue Marguerite #755DAD
RGB
CMYK
RGB Variations
Color information
#755DAD (or 0x755DAD) is known color: Blue Marguerite. HEX triplet: 75, 5D and AD. RGB value is (117,93,173). Sum of RGB (Red+Green+Blue) = 117+93+173=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #755DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755DAD is #8AA252. Grayscale: #6D6D6D. Windows color (decimal): -9085523 or 11361653. OLE color: 11361653.
HSL color Cylindrical-coordinate representation of color #755DAD: hue angle of 258º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755DAD is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 93 | 173 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.32 |
| HSL | 258º | 0.33% | 0.52% | - |
| HSV(B) | 258º | 0.46% | 0.68% | - |
| XYZ | 18.79 | 14.63 | 41.37 | - |
| YUV | 109.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 173 | 0.32 | 0.46 | 0 | 0.32 | 258 | 0.33 | 0.52 |
| Hex | 75 | 5D | AD | 20 | 2E | 0 | 20 | 102 | 21 | 34 |
| Octal | 165 | 135 | 255 | 40 | 56 | 0 | 40 | 402 | 41 | 64 |
| Binary | 1110101 | 1011101 | 10101101 | 100000 | 101110 | 0 | 100000 | 100000010 | 100001 | 110100 |
Color Harmonies of #755DAD
Complementary color
Monochromatic Colors of #755DAD
Black with #755DAD
Text Example
Text Example
White with #755DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DAD; }
p { color: rgb(117,93,173); }
H1.HeaderClassName
{
color: #755DAD;
}
.AnyTagClassName
{
color: #755DAD;
}
</style>
background-color css
<style>
a { background-color: #755DAD; }
a { background-color: rgb(117,93,173); }
div.DivClassName
{
background-color: #755DAD;
}
.BgClassName
{
background-color: #755DAD;
}
</style>
border-color css
<style>
span { border-color: #755DAD; }
span { border-color: rgb(117,93,173); }
td.TdClassName
{
border-color: #755DAD;
}
.TagClassName
{
border-color: #755DAD;
}
</style>