#7763BA

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

Shades of Blue Marguerite #7763BA

Tints of Blue Marguerite #7763BA

Color information

#7763BA (or 0x7763BA) is unknown color: approx Blue Marguerite. HEX triplet: 77, 63 and BA. RGB value is (119,99,186). Sum of RGB (Red+Green+Blue) = 119+99+186=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #7763BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7763BA is #889C45. Grayscale: #727272. Windows color (decimal): -8952902 or 12215159. OLE color: 12215159.

HSL color Cylindrical-coordinate representation of color #7763BA: hue angle of 253.79º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7763BA is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11999186-
CMYK0.360.4700.27
HSL253.79º38.67%55.88%-
HSV(B)253.79º46.77%72.94%-
XYZ20.9316.3948.51-
YUV114.9168.13130.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.46%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=29.46%
G=24.50%
B=46.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119991860.360.4700.27253.7938.6755.88
Hex7763BA242F01Bfe2738
Octal16714327244570333764770
Binary111011111000111011101010010010111101101111111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7763BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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