#7766BF

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

Shades of Blue Marguerite #7766BF

Tints of Blue Marguerite #7766BF

Color information

#7766BF (or 0x7766BF) is unknown color: approx Blue Marguerite. HEX triplet: 77, 66 and BF. RGB value is (119,102,191). Sum of RGB (Red+Green+Blue) = 119+102+191=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #7766BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766BF is #889940. Grayscale: #747474. Windows color (decimal): -8952129 or 12543607. OLE color: 12543607.

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

Color convert

RGB119102191-
CMYK0.380.4700.25
HSL251.46º41.01%57.45%-
HSV(B)251.46º46.6%74.9%-
XYZ21.7617.1951.46-
YUV117.23169.63129.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 191 (75% from 255) = 46.36%
R=28.88%
G=24.76%
B=46.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191021910.380.4700.25251.4641.0157.45
Hex7766BF262F019fb2939
Octal16714627746570313735171
Binary111011111001101011111110011010111101100111111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7766BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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