#745EAC

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

Shades of Blue Marguerite #745EAC

Tints of Blue Marguerite #745EAC

Color information

#745EAC (or 0x745EAC) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5E and AC. RGB value is (116,94,172). Sum of RGB (Red+Green+Blue) = 116+94+172=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #745EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745EAC is #8BA153. Grayscale: #6D6D6D. Windows color (decimal): -9150804 or 11296372. OLE color: 11296372.

HSL color Cylindrical-coordinate representation of color #745EAC: hue angle of 256.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #745EAC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11694172-
CMYK0.330.4500.33
HSL256.92º31.97%52.16%-
HSV(B)256.92º45.35%67.45%-
XYZ18.6514.740.88-
YUV109.47163.29132.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 94 (37.11% from 255) = 24.61%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=30.37%
G=24.61%
B=45.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116941720.330.4500.33256.9231.9752.16
Hex745EAC212D0211012034
Octal16413625441550414014064
Binary11101001011110101011001000011011010100001100000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745EAC; }

 p { color: rgb(116,94,172); }

 H1.HeaderClassName
 {
   color: #745EAC;
 }
 .AnyTagClassName
 {
   color: #745EAC;
 }
</style>
background-color css

<style>
 a { background-color: #745EAC; }

 a { background-color: rgb(116,94,172); }

 div.DivClassName
 {
   background-color: #745EAC;
 }
 .BgClassName
 {
   background-color: #745EAC;
 }
</style>
border-color css

<style>
 span { border-color: #745EAC; }

 span { border-color: rgb(116,94,172); }

 td.TdClassName
 {
   border-color: #745EAC;
 }
 .TagClassName
 {
   border-color: #745EAC;
 }
</style>