#745AAF

Color #745AAF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #745AAF

Tints of Blue Marguerite #745AAF

Color information

#745AAF (or 0x745AAF) is unknown color: approx 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

RGB11690175-
CMYK0.340.4900.31
HSL258.35º34.69%51.96%-
HSV(B)258.35º48.57%68.63%-
XYZ18.614.1242.3-
YUV107.46166.11134.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=30.45%
G=23.62%
B=45.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116901750.340.4900.31258.3534.6951.96
Hex745AAF223101F1022334
Octal16413225742610374024364
Binary1110100101101010101111100010110001011111100000010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>