Shades of Blue Marguerite #745AAA
Tints of Blue Marguerite #745AAA
RGB
CMYK
RGB Variations
Color information
#745AAA (or 0x745AAA) is known color: Blue Marguerite. HEX triplet: 74, 5A and AA. RGB value is (116,90,170). Sum of RGB (Red+Green+Blue) = 116+90+170=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #745AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745AAA is #8BA555. Grayscale: #6A6A6A. Windows color (decimal): -9151830 or 11164276. OLE color: 11164276.
HSL color Cylindrical-coordinate representation of color #745AAA: hue angle of 259.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #745AAA is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 90 | 170 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.33 |
| HSL | 259.5º | 0.32% | 0.51% | - |
| HSV(B) | 259.5º | 0.47% | 0.67% | - |
| XYZ | 18.11 | 13.93 | 39.76 | - |
| YUV | 106.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 170 | 0.32 | 0.47 | 0 | 0.33 | 259.5 | 0.32 | 0.51 |
| Hex | 74 | 5A | AA | 20 | 2F | 0 | 21 | 104 | 20 | 33 |
| Octal | 164 | 132 | 252 | 40 | 57 | 0 | 41 | 404 | 40 | 63 |
| Binary | 1110100 | 1011010 | 10101010 | 100000 | 101111 | 0 | 100001 | 100000100 | 100000 | 110011 |
Color Harmonies of #745AAA
Complementary color
Monochromatic Colors of #745AAA
Black with #745AAA
Text Example
Text Example
White with #745AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AAA; }
p { color: rgb(116,90,170); }
H1.HeaderClassName
{
color: #745AAA;
}
.AnyTagClassName
{
color: #745AAA;
}
</style>
background-color css
<style>
a { background-color: #745AAA; }
a { background-color: rgb(116,90,170); }
div.DivClassName
{
background-color: #745AAA;
}
.BgClassName
{
background-color: #745AAA;
}
</style>
border-color css
<style>
span { border-color: #745AAA; }
span { border-color: rgb(116,90,170); }
td.TdClassName
{
border-color: #745AAA;
}
.TagClassName
{
border-color: #745AAA;
}
</style>