Shades of Blue Marguerite #745ABA
Tints of Blue Marguerite #745ABA
RGB
CMYK
RGB Variations
Color information
#745ABA (or 0x745ABA) is known color: Blue Marguerite. HEX triplet: 74, 5A and BA. RGB value is (116,90,186). Sum of RGB (Red+Green+Blue) = 116+90+186=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #745ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ABA is #8BA545. Grayscale: #6C6C6C. Windows color (decimal): -9151814 or 12212852. OLE color: 12212852.
HSL color Cylindrical-coordinate representation of color #745ABA: hue angle of 256.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #745ABA is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 90 | 186 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.27 |
| HSL | 256.25º | 0.41% | 0.54% | - |
| HSV(B) | 256.25º | 0.52% | 0.73% | - |
| XYZ | 19.72 | 14.57 | 48.23 | - |
| YUV | 108.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 186 | 0.38 | 0.52 | 0 | 0.27 | 256.25 | 0.41 | 0.54 |
| Hex | 74 | 5A | BA | 26 | 34 | 0 | 1B | 100 | 29 | 36 |
| Octal | 164 | 132 | 272 | 46 | 64 | 0 | 33 | 400 | 51 | 66 |
| Binary | 1110100 | 1011010 | 10111010 | 100110 | 110100 | 0 | 11011 | 100000000 | 101001 | 110110 |
Color Harmonies of #745ABA
Complementary color
Monochromatic Colors of #745ABA
Black with #745ABA
Text Example
Text Example
White with #745ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745ABA; }
p { color: rgb(116,90,186); }
H1.HeaderClassName
{
color: #745ABA;
}
.AnyTagClassName
{
color: #745ABA;
}
</style>
background-color css
<style>
a { background-color: #745ABA; }
a { background-color: rgb(116,90,186); }
div.DivClassName
{
background-color: #745ABA;
}
.BgClassName
{
background-color: #745ABA;
}
</style>
border-color css
<style>
span { border-color: #745ABA; }
span { border-color: rgb(116,90,186); }
td.TdClassName
{
border-color: #745ABA;
}
.TagClassName
{
border-color: #745ABA;
}
</style>