#7766BB

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

Shades of Blue Marguerite #7766BB

Tints of Blue Marguerite #7766BB

Color information

#7766BB (or 0x7766BB) is unknown color: approx Blue Marguerite. HEX triplet: 77, 66 and BB. RGB value is (119,102,187). Sum of RGB (Red+Green+Blue) = 119+102+187=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #7766BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766BB is #889944. Grayscale: #747474. Windows color (decimal): -8952133 or 12281463. OLE color: 12281463.

HSL color Cylindrical-coordinate representation of color #7766BB: hue angle of 252º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7766BB is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119102187-
CMYK0.360.4500.27
HSL252º38.46%56.67%-
HSV(B)252º45.45%73.33%-
XYZ21.3317.0149.17-
YUV116.77167.63129.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=29.17%
G=25%
B=45.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191021870.360.4500.2725238.4656.67
Hex7766BB242D01Bfc2639
Octal16714627344550333744671
Binary111011111001101011101110010010110101101111111100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7766BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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