#776AB2

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

Shades of Blue Marguerite #776AB2

Tints of Blue Marguerite #776AB2

Color information

#776AB2 (or 0x776AB2) is unknown color: approx Blue Marguerite. HEX triplet: 77, 6A and B2. RGB value is (119,106,178). Sum of RGB (Red+Green+Blue) = 119+106+178=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #776AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776AB2 is #88954D. Grayscale: #757575. Windows color (decimal): -8951118 or 11692663. OLE color: 11692663.

HSL color Cylindrical-coordinate representation of color #776AB2: hue angle of 250.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #776AB2 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB119106178-
CMYK0.330.4000.30
HSL250.83º31.86%55.69%-
HSV(B)250.83º40.45%69.8%-
XYZ20.817.4444.39-
YUV118.1161.81128.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.53%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 178 (69.92% from 255) = 44.17%
R=29.53%
G=26.30%
B=44.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191061780.330.4000.30250.8331.8655.69
Hex776AB2212801Efb2038
Octal16715226241500363734070
Binary111011111010101011001010000110100001111011111011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776AB2; }

 p { color: rgb(119,106,178); }

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

<style>
 a { background-color: #776AB2; }

 a { background-color: rgb(119,106,178); }

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

<style>
 span { border-color: #776AB2; }

 span { border-color: rgb(119,106,178); }

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