#7763BF

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

Shades of Blue Marguerite #7763BF

Tints of Blue Marguerite #7763BF

Color information

#7763BF (or 0x7763BF) is unknown color: approx Blue Marguerite. HEX triplet: 77, 63 and BF. RGB value is (119,99,191). Sum of RGB (Red+Green+Blue) = 119+99+191=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #7763BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7763BF is #889C40. Grayscale: #737373. Windows color (decimal): -8952897 or 12542839. OLE color: 12542839.

HSL color Cylindrical-coordinate representation of color #7763BF: hue angle of 253.04º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7763BF is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11999191-
CMYK0.380.4800.25
HSL253.04º41.82%56.86%-
HSV(B)253.04º48.17%74.9%-
XYZ21.4716.6151.36-
YUV115.47170.63130.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 191 (75% from 255) = 46.70%
R=29.10%
G=24.21%
B=46.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119991910.380.4800.25253.0441.8256.86
Hex7763BF2630019fd2a39
Octal16714327746600313755271
Binary111011111000111011111110011011000001100111111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7763BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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