Shades of Blue Marguerite #745BAC
Tints of Blue Marguerite #745BAC
RGB
CMYK
RGB Variations
Color information
#745BAC (or 0x745BAC) is known color: Blue Marguerite. HEX triplet: 74, 5B and AC. RGB value is (116,91,172). Sum of RGB (Red+Green+Blue) = 116+91+172=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #745BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745BAC is #8BA453. Grayscale: #6B6B6B. Windows color (decimal): -9151572 or 11295604. OLE color: 11295604.
HSL color Cylindrical-coordinate representation of color #745BAC: hue angle of 258.52º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #745BAC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 91 | 172 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.33 |
| HSL | 258.52º | 0.33% | 0.52% | - |
| HSV(B) | 258.52º | 0.47% | 0.67% | - |
| XYZ | 18.39 | 14.17 | 40.8 | - |
| YUV | 107.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 172 | 0.33 | 0.47 | 0 | 0.33 | 258.52 | 0.33 | 0.52 |
| Hex | 74 | 5B | AC | 21 | 2F | 0 | 21 | 103 | 21 | 34 |
| Octal | 164 | 133 | 254 | 41 | 57 | 0 | 41 | 403 | 41 | 64 |
| Binary | 1110100 | 1011011 | 10101100 | 100001 | 101111 | 0 | 100001 | 100000011 | 100001 | 110100 |
Color Harmonies of #745BAC
Complementary color
Monochromatic Colors of #745BAC
Black with #745BAC
Text Example
Text Example
White with #745BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BAC; }
p { color: rgb(116,91,172); }
H1.HeaderClassName
{
color: #745BAC;
}
.AnyTagClassName
{
color: #745BAC;
}
</style>
background-color css
<style>
a { background-color: #745BAC; }
a { background-color: rgb(116,91,172); }
div.DivClassName
{
background-color: #745BAC;
}
.BgClassName
{
background-color: #745BAC;
}
</style>
border-color css
<style>
span { border-color: #745BAC; }
span { border-color: rgb(116,91,172); }
td.TdClassName
{
border-color: #745BAC;
}
.TagClassName
{
border-color: #745BAC;
}
</style>