Shades of Blue Marguerite #745EBA
Tints of Blue Marguerite #745EBA
RGB
CMYK
RGB Variations
Color information
#745EBA (or 0x745EBA) is known color: Blue Marguerite. HEX triplet: 74, 5E and BA. RGB value is (116,94,186). Sum of RGB (Red+Green+Blue) = 116+94+186=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #745EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EBA is #8BA145. Grayscale: #6E6E6E. Windows color (decimal): -9150790 or 12213876. OLE color: 12213876.
HSL color Cylindrical-coordinate representation of color #745EBA: hue angle of 254.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #745EBA is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 94 | 186 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.27 |
| HSL | 254.35º | 0.4% | 0.55% | - |
| HSV(B) | 254.35º | 0.49% | 0.73% | - |
| XYZ | 20.07 | 15.26 | 48.34 | - |
| YUV | 111.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 186 | 0.38 | 0.49 | 0 | 0.27 | 254.35 | 0.4 | 0.55 |
| Hex | 74 | 5E | BA | 26 | 31 | 0 | 1B | FE | 28 | 37 |
| Octal | 164 | 136 | 272 | 46 | 61 | 0 | 33 | 376 | 50 | 67 |
| Binary | 1110100 | 1011110 | 10111010 | 100110 | 110001 | 0 | 11011 | 11111110 | 101000 | 110111 |
Color Harmonies of #745EBA
Complementary color
Monochromatic Colors of #745EBA
Black with #745EBA
Text Example
Text Example
White with #745EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745EBA; }
p { color: rgb(116,94,186); }
H1.HeaderClassName
{
color: #745EBA;
}
.AnyTagClassName
{
color: #745EBA;
}
</style>
background-color css
<style>
a { background-color: #745EBA; }
a { background-color: rgb(116,94,186); }
div.DivClassName
{
background-color: #745EBA;
}
.BgClassName
{
background-color: #745EBA;
}
</style>
border-color css
<style>
span { border-color: #745EBA; }
span { border-color: rgb(116,94,186); }
td.TdClassName
{
border-color: #745EBA;
}
.TagClassName
{
border-color: #745EBA;
}
</style>