Shades of Blue Marguerite #745DB7
Tints of Blue Marguerite #745DB7
RGB
CMYK
RGB Variations
Color information
#745DB7 (or 0x745DB7) is known color: Blue Marguerite. HEX triplet: 74, 5D and B7. RGB value is (116,93,183). Sum of RGB (Red+Green+Blue) = 116+93+183=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #745DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DB7 is #8BA248. Grayscale: #6D6D6D. Windows color (decimal): -9151049 or 12017012. OLE color: 12017012.
HSL color Cylindrical-coordinate representation of color #745DB7: hue angle of 255.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #745DB7 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 93 | 183 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.28 |
| HSL | 255.33º | 0.38% | 0.54% | - |
| HSV(B) | 255.33º | 0.49% | 0.72% | - |
| XYZ | 19.66 | 14.96 | 46.65 | - |
| YUV | 110.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 183 | 0.37 | 0.49 | 0 | 0.28 | 255.33 | 0.38 | 0.54 |
| Hex | 74 | 5D | B7 | 25 | 31 | 0 | 1C | FF | 26 | 36 |
| Octal | 164 | 135 | 267 | 45 | 61 | 0 | 34 | 377 | 46 | 66 |
| Binary | 1110100 | 1011101 | 10110111 | 100101 | 110001 | 0 | 11100 | 11111111 | 100110 | 110110 |
Color Harmonies of #745DB7
Complementary color
Monochromatic Colors of #745DB7
Black with #745DB7
Text Example
Text Example
White with #745DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DB7; }
p { color: rgb(116,93,183); }
H1.HeaderClassName
{
color: #745DB7;
}
.AnyTagClassName
{
color: #745DB7;
}
</style>
background-color css
<style>
a { background-color: #745DB7; }
a { background-color: rgb(116,93,183); }
div.DivClassName
{
background-color: #745DB7;
}
.BgClassName
{
background-color: #745DB7;
}
</style>
border-color css
<style>
span { border-color: #745DB7; }
span { border-color: rgb(116,93,183); }
td.TdClassName
{
border-color: #745DB7;
}
.TagClassName
{
border-color: #745DB7;
}
</style>