#785EAE

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

Shades of Blue Marguerite #785EAE

Tints of Blue Marguerite #785EAE

Color information

#785EAE (or 0x785EAE) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5E and AE. RGB value is (120,94,174). Sum of RGB (Red+Green+Blue) = 120+94+174=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #785EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785EAE is #87A151. Grayscale: #6E6E6E. Windows color (decimal): -8888658 or 11427448. OLE color: 11427448.

HSL color Cylindrical-coordinate representation of color #785EAE: hue angle of 259.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #785EAE is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12094174-
CMYK0.310.4600.32
HSL259.5º33.06%52.55%-
HSV(B)259.5º45.98%68.24%-
XYZ19.3915.0541.93-
YUV110.89163.61134.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=30.93%
G=24.23%
B=44.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120941740.310.4600.32259.533.0652.55
Hex785EAE1F2E0201042135
Octal17013625637560404044165
Binary1111000101111010101110111111011100100000100000100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785EAE; }

 p { color: rgb(120,94,174); }

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

<style>
 a { background-color: #785EAE; }

 a { background-color: rgb(120,94,174); }

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

<style>
 span { border-color: #785EAE; }

 span { border-color: rgb(120,94,174); }

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