Shades of Blue Marguerite #745ABE
Tints of Blue Marguerite #745ABE
RGB
CMYK
RGB Variations
Color information
#745ABE (or 0x745ABE) is known color: Blue Marguerite. HEX triplet: 74, 5A and BE. RGB value is (116,90,190). Sum of RGB (Red+Green+Blue) = 116+90+190=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #745ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ABE is #8BA541. Grayscale: #6C6C6C. Windows color (decimal): -9151810 or 12474996. OLE color: 12474996.
HSL color Cylindrical-coordinate representation of color #745ABE: hue angle of 255.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #745ABE is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 90 | 190 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.25 |
| HSL | 255.6º | 0.43% | 0.55% | - |
| HSV(B) | 255.6º | 0.53% | 0.75% | - |
| XYZ | 20.15 | 14.74 | 50.5 | - |
| YUV | 109.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 190 | 0.39 | 0.53 | 0 | 0.25 | 255.6 | 0.43 | 0.55 |
| Hex | 74 | 5A | BE | 27 | 35 | 0 | 19 | 100 | 2B | 37 |
| Octal | 164 | 132 | 276 | 47 | 65 | 0 | 31 | 400 | 53 | 67 |
| Binary | 1110100 | 1011010 | 10111110 | 100111 | 110101 | 0 | 11001 | 100000000 | 101011 | 110111 |
Color Harmonies of #745ABE
Complementary color
Monochromatic Colors of #745ABE
Black with #745ABE
Text Example
Text Example
White with #745ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745ABE; }
p { color: rgb(116,90,190); }
H1.HeaderClassName
{
color: #745ABE;
}
.AnyTagClassName
{
color: #745ABE;
}
</style>
background-color css
<style>
a { background-color: #745ABE; }
a { background-color: rgb(116,90,190); }
div.DivClassName
{
background-color: #745ABE;
}
.BgClassName
{
background-color: #745ABE;
}
</style>
border-color css
<style>
span { border-color: #745ABE; }
span { border-color: rgb(116,90,190); }
td.TdClassName
{
border-color: #745ABE;
}
.TagClassName
{
border-color: #745ABE;
}
</style>