Shades of Blue Marguerite #745DB1
Tints of Blue Marguerite #745DB1
RGB
CMYK
RGB Variations
Color information
#745DB1 (or 0x745DB1) is known color: Blue Marguerite. HEX triplet: 74, 5D and B1. RGB value is (116,93,177). Sum of RGB (Red+Green+Blue) = 116+93+177=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #745DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745DB1 is #8BA24E. Grayscale: #6D6D6D. Windows color (decimal): -9151055 or 11623796. OLE color: 11623796.
HSL color Cylindrical-coordinate representation of color #745DB1: hue angle of 256.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #745DB1 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 93 | 177 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.31 |
| HSL | 256.43º | 0.35% | 0.53% | - |
| HSV(B) | 256.43º | 0.47% | 0.69% | - |
| XYZ | 19.05 | 14.72 | 43.43 | - |
| YUV | 109.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 177 | 0.34 | 0.47 | 0 | 0.31 | 256.43 | 0.35 | 0.53 |
| Hex | 74 | 5D | B1 | 22 | 2F | 0 | 1F | 100 | 23 | 35 |
| Octal | 164 | 135 | 261 | 42 | 57 | 0 | 37 | 400 | 43 | 65 |
| Binary | 1110100 | 1011101 | 10110001 | 100010 | 101111 | 0 | 11111 | 100000000 | 100011 | 110101 |
Color Harmonies of #745DB1
Complementary color
Monochromatic Colors of #745DB1
Black with #745DB1
Text Example
Text Example
White with #745DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DB1; }
p { color: rgb(116,93,177); }
H1.HeaderClassName
{
color: #745DB1;
}
.AnyTagClassName
{
color: #745DB1;
}
</style>
background-color css
<style>
a { background-color: #745DB1; }
a { background-color: rgb(116,93,177); }
div.DivClassName
{
background-color: #745DB1;
}
.BgClassName
{
background-color: #745DB1;
}
</style>
border-color css
<style>
span { border-color: #745DB1; }
span { border-color: rgb(116,93,177); }
td.TdClassName
{
border-color: #745DB1;
}
.TagClassName
{
border-color: #745DB1;
}
</style>