Shades of Blue Marguerite #745DBA
Tints of Blue Marguerite #745DBA
RGB
CMYK
RGB Variations
Color information
#745DBA (or 0x745DBA) is known color: Blue Marguerite. HEX triplet: 74, 5D and BA. RGB value is (116,93,186). Sum of RGB (Red+Green+Blue) = 116+93+186=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #745DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DBA is #8BA245. Grayscale: #6E6E6E. Windows color (decimal): -9151046 or 12213620. OLE color: 12213620.
HSL color Cylindrical-coordinate representation of color #745DBA: hue angle of 254.84º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #745DBA is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 93 | 186 | - |
| CMYK | 0.38 | 0.5 | 0 | 0.27 |
| HSL | 254.84º | 0.4% | 0.55% | - |
| HSV(B) | 254.84º | 0.5% | 0.73% | - |
| XYZ | 19.98 | 15.09 | 48.31 | - |
| YUV | 110.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 186 | 0.38 | 0.5 | 0 | 0.27 | 254.84 | 0.4 | 0.55 |
| Hex | 74 | 5D | BA | 26 | 32 | 0 | 1B | FF | 28 | 37 |
| Octal | 164 | 135 | 272 | 46 | 62 | 0 | 33 | 377 | 50 | 67 |
| Binary | 1110100 | 1011101 | 10111010 | 100110 | 110010 | 0 | 11011 | 11111111 | 101000 | 110111 |
Color Harmonies of #745DBA
Complementary color
Monochromatic Colors of #745DBA
Black with #745DBA
Text Example
Text Example
White with #745DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DBA; }
p { color: rgb(116,93,186); }
H1.HeaderClassName
{
color: #745DBA;
}
.AnyTagClassName
{
color: #745DBA;
}
</style>
background-color css
<style>
a { background-color: #745DBA; }
a { background-color: rgb(116,93,186); }
div.DivClassName
{
background-color: #745DBA;
}
.BgClassName
{
background-color: #745DBA;
}
</style>
border-color css
<style>
span { border-color: #745DBA; }
span { border-color: rgb(116,93,186); }
td.TdClassName
{
border-color: #745DBA;
}
.TagClassName
{
border-color: #745DBA;
}
</style>