#7766BC

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

Shades of Blue Marguerite #7766BC

Tints of Blue Marguerite #7766BC

Color information

#7766BC (or 0x7766BC) is unknown color: approx Blue Marguerite. HEX triplet: 77, 66 and BC. RGB value is (119,102,188). Sum of RGB (Red+Green+Blue) = 119+102+188=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #7766BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766BC is #889943. Grayscale: #747474. Windows color (decimal): -8952132 or 12346999. OLE color: 12346999.

HSL color Cylindrical-coordinate representation of color #7766BC: hue angle of 251.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7766BC is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119102188-
CMYK0.370.4600.26
HSL251.86º39.09%56.86%-
HSV(B)251.86º45.74%73.73%-
XYZ21.4417.0649.74-
YUV116.89168.13129.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 188 (73.83% from 255) = 45.97%
R=29.10%
G=24.94%
B=45.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191021880.370.4600.26251.8639.0956.86
Hex7766BC252E01Afc2739
Octal16714627445560323744771
Binary111011111001101011110010010110111001101011111100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7766BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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