#745EB5

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

Shades of Blue Marguerite #745EB5

Tints of Blue Marguerite #745EB5

Color information

#745EB5 (or 0x745EB5) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5E and B5. RGB value is (116,94,181). Sum of RGB (Red+Green+Blue) = 116+94+181=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #745EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EB5 is #8BA14A. Grayscale: #6E6E6E. Windows color (decimal): -9150795 or 11886196. OLE color: 11886196.

HSL color Cylindrical-coordinate representation of color #745EB5: hue angle of 255.17º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #745EB5 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11694181-
CMYK0.360.4800.29
HSL255.17º37.02%53.92%-
HSV(B)255.17º48.07%70.98%-
XYZ19.5515.0545.59-
YUV110.5167.79131.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 94 (37.11% from 255) = 24.04%
BLUE value IS 181 (71.09% from 255) = 46.29%
R=29.67%
G=24.04%
B=46.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116941810.360.4800.29255.1737.0253.92
Hex745EB5243001Dff2536
Octal16413626544600353774566
Binary111010010111101011010110010011000001110111111111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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