#8766AC

Color #8766AC Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8766AC

Tints of Deluge #8766AC

Color information

#8766AC (or 0x8766AC) is unknown color: approx Deluge. HEX triplet: 87, 66 and AC. RGB value is (135,102,172). Sum of RGB (Red+Green+Blue) = 135+102+172=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #8766AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8766AC is #789953. Grayscale: #777777. Windows color (decimal): -7903572 or 11298439. OLE color: 11298439.

HSL color Cylindrical-coordinate representation of color #8766AC: hue angle of 268.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8766AC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135102172-
CMYK0.220.4100.33
HSL268.29º29.66%53.73%-
HSV(B)268.29º40.7%67.45%-
XYZ22.1917.6341.26-
YUV119.85157.43138.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=33.01%
G=24.94%
B=42.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351021720.220.4100.33268.2929.6653.73
Hex8766AC162902110c1e36
Octal20714625426510414143666
Binary1000011111001101010110010110101001010000110000110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8766AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8766AC; }

 p { color: rgb(135,102,172); }

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

<style>
 a { background-color: #8766AC; }

 a { background-color: rgb(135,102,172); }

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

<style>
 span { border-color: #8766AC; }

 span { border-color: rgb(135,102,172); }

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