Shades of Blue Marguerite #745DAC
Tints of Blue Marguerite #745DAC
RGB
CMYK
RGB Variations
Color information
#745DAC (or 0x745DAC) is known color: Blue Marguerite. HEX triplet: 74, 5D and AC. RGB value is (116,93,172). Sum of RGB (Red+Green+Blue) = 116+93+172=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #745DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745DAC is #8BA253. Grayscale: #6C6C6C. Windows color (decimal): -9151060 or 11296116. OLE color: 11296116.
HSL color Cylindrical-coordinate representation of color #745DAC: hue angle of 257.47º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745DAC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 93 | 172 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.33 |
| HSL | 257.47º | 0.32% | 0.52% | - |
| HSV(B) | 257.47º | 0.46% | 0.67% | - |
| XYZ | 18.56 | 14.52 | 40.85 | - |
| YUV | 108.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 172 | 0.33 | 0.46 | 0 | 0.33 | 257.47 | 0.32 | 0.52 |
| Hex | 74 | 5D | AC | 21 | 2E | 0 | 21 | 101 | 20 | 34 |
| Octal | 164 | 135 | 254 | 41 | 56 | 0 | 41 | 401 | 40 | 64 |
| Binary | 1110100 | 1011101 | 10101100 | 100001 | 101110 | 0 | 100001 | 100000001 | 100000 | 110100 |
Color Harmonies of #745DAC
Complementary color
Monochromatic Colors of #745DAC
Black with #745DAC
Text Example
Text Example
White with #745DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DAC; }
p { color: rgb(116,93,172); }
H1.HeaderClassName
{
color: #745DAC;
}
.AnyTagClassName
{
color: #745DAC;
}
</style>
background-color css
<style>
a { background-color: #745DAC; }
a { background-color: rgb(116,93,172); }
div.DivClassName
{
background-color: #745DAC;
}
.BgClassName
{
background-color: #745DAC;
}
</style>
border-color css
<style>
span { border-color: #745DAC; }
span { border-color: rgb(116,93,172); }
td.TdClassName
{
border-color: #745DAC;
}
.TagClassName
{
border-color: #745DAC;
}
</style>