Shades of Blue Marguerite #745DAD
Tints of Blue Marguerite #745DAD
RGB
CMYK
RGB Variations
Color information
#745DAD (or 0x745DAD) is known color: Blue Marguerite. HEX triplet: 74, 5D and AD. RGB value is (116,93,173). Sum of RGB (Red+Green+Blue) = 116+93+173=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #745DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745DAD is #8BA252. Grayscale: #6C6C6C. Windows color (decimal): -9151059 or 11361652. OLE color: 11361652.
HSL color Cylindrical-coordinate representation of color #745DAD: hue angle of 257.25º 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 #745DAD is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 93 | 173 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.32 |
| HSL | 257.25º | 0.33% | 0.52% | - |
| HSV(B) | 257.25º | 0.46% | 0.68% | - |
| XYZ | 18.66 | 14.56 | 41.36 | - |
| YUV | 109 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 173 | 0.33 | 0.46 | 0 | 0.32 | 257.25 | 0.33 | 0.52 |
| Hex | 74 | 5D | AD | 21 | 2E | 0 | 20 | 101 | 21 | 34 |
| Octal | 164 | 135 | 255 | 41 | 56 | 0 | 40 | 401 | 41 | 64 |
| Binary | 1110100 | 1011101 | 10101101 | 100001 | 101110 | 0 | 100000 | 100000001 | 100001 | 110100 |
Color Harmonies of #745DAD
Complementary color
Monochromatic Colors of #745DAD
Black with #745DAD
Text Example
Text Example
White with #745DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DAD; }
p { color: rgb(116,93,173); }
H1.HeaderClassName
{
color: #745DAD;
}
.AnyTagClassName
{
color: #745DAD;
}
</style>
background-color css
<style>
a { background-color: #745DAD; }
a { background-color: rgb(116,93,173); }
div.DivClassName
{
background-color: #745DAD;
}
.BgClassName
{
background-color: #745DAD;
}
</style>
border-color css
<style>
span { border-color: #745DAD; }
span { border-color: rgb(116,93,173); }
td.TdClassName
{
border-color: #745DAD;
}
.TagClassName
{
border-color: #745DAD;
}
</style>