#775EAE

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

Shades of Blue Marguerite #775EAE

Tints of Blue Marguerite #775EAE

Color information

#775EAE (or 0x775EAE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5E and AE. RGB value is (119,94,174). Sum of RGB (Red+Green+Blue) = 119+94+174=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #775EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775EAE is #88A151. Grayscale: #6E6E6E. Windows color (decimal): -8954194 or 11427447. OLE color: 11427447.

HSL color Cylindrical-coordinate representation of color #775EAE: hue angle of 258.75º 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 #775EAE is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11994174-
CMYK0.320.4600.32
HSL258.75º33.06%52.55%-
HSV(B)258.75º45.98%68.24%-
XYZ19.2514.9841.92-
YUV110.59163.78134-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=30.75%
G=24.29%
B=44.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119941740.320.4600.32258.7533.0652.55
Hex775EAE202E0201032135
Octal16713625640560404034165
Binary11101111011110101011101000001011100100000100000011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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