#745EBD

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

Shades of Blue Marguerite #745EBD

Tints of Blue Marguerite #745EBD

Color information

#745EBD (or 0x745EBD) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5E and BD. RGB value is (116,94,189). Sum of RGB (Red+Green+Blue) = 116+94+189=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #745EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EBD is #8BA142. Grayscale: #6F6F6F. Windows color (decimal): -9150787 or 12410484. OLE color: 12410484.

HSL color Cylindrical-coordinate representation of color #745EBD: hue angle of 253.89º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #745EBD is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11694189-
CMYK0.390.5000.26
HSL253.89º41.85%55.49%-
HSV(B)253.89º50.26%74.12%-
XYZ20.3915.3950.04-
YUV111.41171.79131.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=29.07%
G=23.56%
B=47.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116941890.390.5000.26253.8941.8555.49
Hex745EBD273201Afe2a37
Octal16413627547620323765267
Binary111010010111101011110110011111001001101011111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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