#8766AE

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

Shades of Deluge #8766AE

Tints of Deluge #8766AE

Color information

#8766AE (or 0x8766AE) is unknown color: approx Deluge. HEX triplet: 87, 66 and AE. RGB value is (135,102,174). Sum of RGB (Red+Green+Blue) = 135+102+174=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #8766AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8766AE is #789951. Grayscale: #777777. Windows color (decimal): -7903570 or 11429511. OLE color: 11429511.

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

Color convert

RGB135102174-
CMYK0.220.4100.32
HSL267.5º30.77%54.12%-
HSV(B)267.5º41.38%68.24%-
XYZ22.3817.7142.28-
YUV120.07158.43138.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=32.85%
G=24.82%
B=42.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351021740.220.4100.32267.530.7754.12
Hex8766AE162902010c1f36
Octal20714625626510404143766
Binary1000011111001101010111010110101001010000010000110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8766AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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