Shades of Blue Marguerite #745BB8
Tints of Blue Marguerite #745BB8
RGB
CMYK
RGB Variations
Color information
#745BB8 (or 0x745BB8) is known color: Blue Marguerite. HEX triplet: 74, 5B and B8. RGB value is (116,91,184). Sum of RGB (Red+Green+Blue) = 116+91+184=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #745BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BB8 is #8BA447. Grayscale: #6C6C6C. Windows color (decimal): -9151560 or 12082036. OLE color: 12082036.
HSL color Cylindrical-coordinate representation of color #745BB8: hue angle of 256.13º 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 #745BB8 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 91 | 184 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.28 |
| HSL | 256.13º | 0.4% | 0.54% | - |
| HSV(B) | 256.13º | 0.51% | 0.72% | - |
| XYZ | 19.6 | 14.66 | 47.14 | - |
| YUV | 109.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 184 | 0.37 | 0.51 | 0 | 0.28 | 256.13 | 0.4 | 0.54 |
| Hex | 74 | 5B | B8 | 25 | 33 | 0 | 1C | 100 | 28 | 36 |
| Octal | 164 | 133 | 270 | 45 | 63 | 0 | 34 | 400 | 50 | 66 |
| Binary | 1110100 | 1011011 | 10111000 | 100101 | 110011 | 0 | 11100 | 100000000 | 101000 | 110110 |
Color Harmonies of #745BB8
Complementary color
Monochromatic Colors of #745BB8
Black with #745BB8
Text Example
Text Example
White with #745BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BB8; }
p { color: rgb(116,91,184); }
H1.HeaderClassName
{
color: #745BB8;
}
.AnyTagClassName
{
color: #745BB8;
}
</style>
background-color css
<style>
a { background-color: #745BB8; }
a { background-color: rgb(116,91,184); }
div.DivClassName
{
background-color: #745BB8;
}
.BgClassName
{
background-color: #745BB8;
}
</style>
border-color css
<style>
span { border-color: #745BB8; }
span { border-color: rgb(116,91,184); }
td.TdClassName
{
border-color: #745BB8;
}
.TagClassName
{
border-color: #745BB8;
}
</style>