Shades of Blue Marguerite #745AAC
Tints of Blue Marguerite #745AAC
RGB
CMYK
RGB Variations
Color information
#745AAC (or 0x745AAC) is known color: Blue Marguerite. HEX triplet: 74, 5A and AC. RGB value is (116,90,172). Sum of RGB (Red+Green+Blue) = 116+90+172=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #745AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745AAC is #8BA553. Grayscale: #6A6A6A. Windows color (decimal): -9151828 or 11295348. OLE color: 11295348.
HSL color Cylindrical-coordinate representation of color #745AAC: hue angle of 259.02º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #745AAC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 90 | 172 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.33 |
| HSL | 259.02º | 0.33% | 0.51% | - |
| HSV(B) | 259.02º | 0.48% | 0.67% | - |
| XYZ | 18.31 | 14 | 40.77 | - |
| YUV | 107.12 | 164.61 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 172 | 0.33 | 0.48 | 0 | 0.33 | 259.02 | 0.33 | 0.51 |
| Hex | 74 | 5A | AC | 21 | 30 | 0 | 21 | 103 | 21 | 33 |
| Octal | 164 | 132 | 254 | 41 | 60 | 0 | 41 | 403 | 41 | 63 |
| Binary | 1110100 | 1011010 | 10101100 | 100001 | 110000 | 0 | 100001 | 100000011 | 100001 | 110011 |
Color Harmonies of #745AAC
Complementary color
Monochromatic Colors of #745AAC
Black with #745AAC
Text Example
Text Example
White with #745AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AAC; }
p { color: rgb(116,90,172); }
H1.HeaderClassName
{
color: #745AAC;
}
.AnyTagClassName
{
color: #745AAC;
}
</style>
background-color css
<style>
a { background-color: #745AAC; }
a { background-color: rgb(116,90,172); }
div.DivClassName
{
background-color: #745AAC;
}
.BgClassName
{
background-color: #745AAC;
}
</style>
border-color css
<style>
span { border-color: #745AAC; }
span { border-color: rgb(116,90,172); }
td.TdClassName
{
border-color: #745AAC;
}
.TagClassName
{
border-color: #745AAC;
}
</style>