Shades of Blue Marguerite #745AAF
Tints of Blue Marguerite #745AAF
RGB
CMYK
RGB Variations
Color information
#745AAF (or 0x745AAF) is known color: Blue Marguerite. HEX triplet: 74, 5A and AF. RGB value is (116,90,175). Sum of RGB (Red+Green+Blue) = 116+90+175=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #745AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745AAF is #8BA550. Grayscale: #6B6B6B. Windows color (decimal): -9151825 or 11491956. OLE color: 11491956.
HSL color Cylindrical-coordinate representation of color #745AAF: hue angle of 258.35º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #745AAF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 90 | 175 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.31 |
| HSL | 258.35º | 0.35% | 0.52% | - |
| HSV(B) | 258.35º | 0.49% | 0.69% | - |
| XYZ | 18.6 | 14.12 | 42.3 | - |
| YUV | 107.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 175 | 0.34 | 0.49 | 0 | 0.31 | 258.35 | 0.35 | 0.52 |
| Hex | 74 | 5A | AF | 22 | 31 | 0 | 1F | 102 | 23 | 34 |
| Octal | 164 | 132 | 257 | 42 | 61 | 0 | 37 | 402 | 43 | 64 |
| Binary | 1110100 | 1011010 | 10101111 | 100010 | 110001 | 0 | 11111 | 100000010 | 100011 | 110100 |
Color Harmonies of #745AAF
Complementary color
Monochromatic Colors of #745AAF
Black with #745AAF
Text Example
Text Example
White with #745AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AAF; }
p { color: rgb(116,90,175); }
H1.HeaderClassName
{
color: #745AAF;
}
.AnyTagClassName
{
color: #745AAF;
}
</style>
background-color css
<style>
a { background-color: #745AAF; }
a { background-color: rgb(116,90,175); }
div.DivClassName
{
background-color: #745AAF;
}
.BgClassName
{
background-color: #745AAF;
}
</style>
border-color css
<style>
span { border-color: #745AAF; }
span { border-color: rgb(116,90,175); }
td.TdClassName
{
border-color: #745AAF;
}
.TagClassName
{
border-color: #745AAF;
}
</style>