#7760AE

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

Shades of Blue Marguerite #7760AE

Tints of Blue Marguerite #7760AE

Color information

#7760AE (or 0x7760AE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 60 and AE. RGB value is (119,96,174). Sum of RGB (Red+Green+Blue) = 119+96+174=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #7760AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7760AE is #889F51. Grayscale: #6F6F6F. Windows color (decimal): -8953682 or 11427959. OLE color: 11427959.

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

Color convert

RGB11996174-
CMYK0.320.4500.32
HSL257.69º32.5%52.94%-
HSV(B)257.69º44.83%68.24%-
XYZ19.4315.3441.98-
YUV111.77163.12133.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=30.59%
G=24.68%
B=44.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119961740.320.4500.32257.6932.552.94
Hex7760AE202D0201022035
Octal16714025640550404024065
Binary11101111100000101011101000001011010100000100000010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7760AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7760AE; }

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

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

<style>
 a { background-color: #7760AE; }

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

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

<style>
 span { border-color: #7760AE; }

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

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