Shades of Blue Marguerite #745AB2
Tints of Blue Marguerite #745AB2
RGB
CMYK
RGB Variations
Color information
#745AB2 (or 0x745AB2) is known color: Blue Marguerite. HEX triplet: 74, 5A and B2. RGB value is (116,90,178). Sum of RGB (Red+Green+Blue) = 116+90+178=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #745AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745AB2 is #8BA54D. Grayscale: #6B6B6B. Windows color (decimal): -9151822 or 11688564. OLE color: 11688564.
HSL color Cylindrical-coordinate representation of color #745AB2: hue angle of 257.73º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #745AB2 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 90 | 178 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.30 |
| HSL | 257.73º | 0.36% | 0.53% | - |
| HSV(B) | 257.73º | 0.49% | 0.7% | - |
| XYZ | 18.89 | 14.24 | 43.87 | - |
| YUV | 107.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 178 | 0.35 | 0.49 | 0 | 0.30 | 257.73 | 0.36 | 0.53 |
| Hex | 74 | 5A | B2 | 23 | 31 | 0 | 1E | 102 | 24 | 35 |
| Octal | 164 | 132 | 262 | 43 | 61 | 0 | 36 | 402 | 44 | 65 |
| Binary | 1110100 | 1011010 | 10110010 | 100011 | 110001 | 0 | 11110 | 100000010 | 100100 | 110101 |
Color Harmonies of #745AB2
Complementary color
Monochromatic Colors of #745AB2
Black with #745AB2
Text Example
Text Example
White with #745AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AB2; }
p { color: rgb(116,90,178); }
H1.HeaderClassName
{
color: #745AB2;
}
.AnyTagClassName
{
color: #745AB2;
}
</style>
background-color css
<style>
a { background-color: #745AB2; }
a { background-color: rgb(116,90,178); }
div.DivClassName
{
background-color: #745AB2;
}
.BgClassName
{
background-color: #745AB2;
}
</style>
border-color css
<style>
span { border-color: #745AB2; }
span { border-color: rgb(116,90,178); }
td.TdClassName
{
border-color: #745AB2;
}
.TagClassName
{
border-color: #745AB2;
}
</style>