#766DB1

Color #766DB1 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #766DB1

Tints of Scampi #766DB1

Color information

#766DB1 (or 0x766DB1) is unknown color: approx Scampi. HEX triplet: 76, 6D and B1. RGB value is (118,109,177). Sum of RGB (Red+Green+Blue) = 118+109+177=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #766DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766DB1 is #89924E. Grayscale: #777777. Windows color (decimal): -9015887 or 11627894. OLE color: 11627894.

HSL color Cylindrical-coordinate representation of color #766DB1: hue angle of 247.94º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #766DB1 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118109177-
CMYK0.330.3800.31
HSL247.94º30.36%56.08%-
HSV(B)247.94º38.42%69.41%-
XYZ20.8817.9643.96-
YUV119.44160.48126.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 177 (69.53% from 255) = 43.81%
R=29.21%
G=26.98%
B=43.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181091770.330.3800.31247.9430.3656.08
Hex766DB1212601Ff81e38
Octal16615526141460373703670
Binary11101101101101101100011000011001100111111111100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766DB1; }

 p { color: rgb(118,109,177); }

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

<style>
 a { background-color: #766DB1; }

 a { background-color: rgb(118,109,177); }

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

<style>
 span { border-color: #766DB1; }

 span { border-color: rgb(118,109,177); }

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