#7763B2

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

Shades of Blue Marguerite #7763B2

Tints of Blue Marguerite #7763B2

Color information

#7763B2 (or 0x7763B2) is unknown color: approx Blue Marguerite. HEX triplet: 77, 63 and B2. RGB value is (119,99,178). Sum of RGB (Red+Green+Blue) = 119+99+178=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #7763B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7763B2 is #889C4D. Grayscale: #717171. Windows color (decimal): -8952910 or 11690871. OLE color: 11690871.

HSL color Cylindrical-coordinate representation of color #7763B2: hue angle of 255.19º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7763B2 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11999178-
CMYK0.330.4400.30
HSL255.19º33.91%54.31%-
HSV(B)255.19º44.38%69.8%-
XYZ20.1116.0644.16-
YUV113.99164.13131.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 178 (69.92% from 255) = 44.95%
R=30.05%
G=25%
B=44.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal119991780.330.4400.30255.1933.9154.31
Hex7763B2212C01Eff2236
Octal16714326241540363774266
Binary111011111000111011001010000110110001111011111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7763B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7763B2; }

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

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

<style>
 a { background-color: #7763B2; }

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

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

<style>
 span { border-color: #7763B2; }

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

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