#7764BF

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

Shades of Blue Marguerite #7764BF

Tints of Blue Marguerite #7764BF

Color information

#7764BF (or 0x7764BF) is unknown color: approx Blue Marguerite. HEX triplet: 77, 64 and BF. RGB value is (119,100,191). Sum of RGB (Red+Green+Blue) = 119+100+191=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #7764BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764BF is #889B40. Grayscale: #737373. Windows color (decimal): -8952641 or 12543095. OLE color: 12543095.

HSL color Cylindrical-coordinate representation of color #7764BF: hue angle of 252.53º 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 #7764BF is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119100191-
CMYK0.380.4800.25
HSL252.53º41.55%57.06%-
HSV(B)252.53º47.64%74.9%-
XYZ21.5716.851.4-
YUV116.06170.29130.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.02%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 191 (75% from 255) = 46.59%
R=29.02%
G=24.39%
B=46.59%

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
Decimal1191001910.380.4800.25252.5341.5557.06
Hex7764BF2630019fd2a39
Octal16714427746600313755271
Binary111011111001001011111110011011000001100111111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7764BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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