Shades of Blue Marguerite #745DB5
Tints of Blue Marguerite #745DB5
RGB
CMYK
RGB Variations
Color information
#745DB5 (or 0x745DB5) is known color: Blue Marguerite. HEX triplet: 74, 5D and B5. RGB value is (116,93,181). Sum of RGB (Red+Green+Blue) = 116+93+181=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #745DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DB5 is #8BA24A. Grayscale: #6D6D6D. Windows color (decimal): -9151051 or 11885940. OLE color: 11885940.
HSL color Cylindrical-coordinate representation of color #745DB5: hue angle of 255.68º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #745DB5 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 93 | 181 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.29 |
| HSL | 255.68º | 0.37% | 0.54% | - |
| HSV(B) | 255.68º | 0.49% | 0.71% | - |
| XYZ | 19.46 | 14.88 | 45.56 | - |
| YUV | 109.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 181 | 0.36 | 0.49 | 0 | 0.29 | 255.68 | 0.37 | 0.54 |
| Hex | 74 | 5D | B5 | 24 | 31 | 0 | 1D | 100 | 25 | 36 |
| Octal | 164 | 135 | 265 | 44 | 61 | 0 | 35 | 400 | 45 | 66 |
| Binary | 1110100 | 1011101 | 10110101 | 100100 | 110001 | 0 | 11101 | 100000000 | 100101 | 110110 |
Color Harmonies of #745DB5
Complementary color
Monochromatic Colors of #745DB5
Black with #745DB5
Text Example
Text Example
White with #745DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DB5; }
p { color: rgb(116,93,181); }
H1.HeaderClassName
{
color: #745DB5;
}
.AnyTagClassName
{
color: #745DB5;
}
</style>
background-color css
<style>
a { background-color: #745DB5; }
a { background-color: rgb(116,93,181); }
div.DivClassName
{
background-color: #745DB5;
}
.BgClassName
{
background-color: #745DB5;
}
</style>
border-color css
<style>
span { border-color: #745DB5; }
span { border-color: rgb(116,93,181); }
td.TdClassName
{
border-color: #745DB5;
}
.TagClassName
{
border-color: #745DB5;
}
</style>