Shades of Blue Marguerite #745DB3
Tints of Blue Marguerite #745DB3
RGB
CMYK
RGB Variations
Color information
#745DB3 (or 0x745DB3) is known color: Blue Marguerite. HEX triplet: 74, 5D and B3. RGB value is (116,93,179). Sum of RGB (Red+Green+Blue) = 116+93+179=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #745DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DB3 is #8BA24C. Grayscale: #6D6D6D. Windows color (decimal): -9151053 or 11754868. OLE color: 11754868.
HSL color Cylindrical-coordinate representation of color #745DB3: hue angle of 256.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #745DB3 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 93 | 179 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.30 |
| HSL | 256.05º | 0.36% | 0.53% | - |
| HSV(B) | 256.05º | 0.48% | 0.7% | - |
| XYZ | 19.25 | 14.8 | 44.49 | - |
| YUV | 109.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 179 | 0.35 | 0.48 | 0 | 0.30 | 256.05 | 0.36 | 0.53 |
| Hex | 74 | 5D | B3 | 23 | 30 | 0 | 1E | 100 | 24 | 35 |
| Octal | 164 | 135 | 263 | 43 | 60 | 0 | 36 | 400 | 44 | 65 |
| Binary | 1110100 | 1011101 | 10110011 | 100011 | 110000 | 0 | 11110 | 100000000 | 100100 | 110101 |
Color Harmonies of #745DB3
Complementary color
Monochromatic Colors of #745DB3
Black with #745DB3
Text Example
Text Example
White with #745DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DB3; }
p { color: rgb(116,93,179); }
H1.HeaderClassName
{
color: #745DB3;
}
.AnyTagClassName
{
color: #745DB3;
}
</style>
background-color css
<style>
a { background-color: #745DB3; }
a { background-color: rgb(116,93,179); }
div.DivClassName
{
background-color: #745DB3;
}
.BgClassName
{
background-color: #745DB3;
}
</style>
border-color css
<style>
span { border-color: #745DB3; }
span { border-color: rgb(116,93,179); }
td.TdClassName
{
border-color: #745DB3;
}
.TagClassName
{
border-color: #745DB3;
}
</style>