Shades of Blue Marguerite #745AB8
Tints of Blue Marguerite #745AB8
RGB
CMYK
RGB Variations
Color information
#745AB8 (or 0x745AB8) is known color: Blue Marguerite. HEX triplet: 74, 5A and B8. RGB value is (116,90,184). Sum of RGB (Red+Green+Blue) = 116+90+184=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 184 - color contains mainly: blue. Hex color #745AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745AB8 is #8BA547. Grayscale: #6C6C6C. Windows color (decimal): -9151816 or 12081780. OLE color: 12081780.
HSL color Cylindrical-coordinate representation of color #745AB8: hue angle of 256.6º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745AB8 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 90 | 184 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.28 |
| HSL | 256.6º | 0.4% | 0.54% | - |
| HSV(B) | 256.6º | 0.51% | 0.72% | - |
| XYZ | 19.51 | 14.49 | 47.12 | - |
| YUV | 108.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 184 | 0.37 | 0.51 | 0 | 0.28 | 256.6 | 0.4 | 0.54 |
| Hex | 74 | 5A | B8 | 25 | 33 | 0 | 1C | 101 | 28 | 36 |
| Octal | 164 | 132 | 270 | 45 | 63 | 0 | 34 | 401 | 50 | 66 |
| Binary | 1110100 | 1011010 | 10111000 | 100101 | 110011 | 0 | 11100 | 100000001 | 101000 | 110110 |
Color Harmonies of #745AB8
Complementary color
Monochromatic Colors of #745AB8
Black with #745AB8
Text Example
Text Example
White with #745AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AB8; }
p { color: rgb(116,90,184); }
H1.HeaderClassName
{
color: #745AB8;
}
.AnyTagClassName
{
color: #745AB8;
}
</style>
background-color css
<style>
a { background-color: #745AB8; }
a { background-color: rgb(116,90,184); }
div.DivClassName
{
background-color: #745AB8;
}
.BgClassName
{
background-color: #745AB8;
}
</style>
border-color css
<style>
span { border-color: #745AB8; }
span { border-color: rgb(116,90,184); }
td.TdClassName
{
border-color: #745AB8;
}
.TagClassName
{
border-color: #745AB8;
}
</style>