#8680AE

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

Shades of Deluge #8680AE

Tints of Deluge #8680AE

Color information

#8680AE (or 0x8680AE) is unknown color: approx Deluge. HEX triplet: 86, 80 and AE. RGB value is (134,128,174). Sum of RGB (Red+Green+Blue) = 134+128+174=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #8680AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8680AE is #797F51. Grayscale: #868686. Windows color (decimal): -7962450 or 11436166. OLE color: 11436166.

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

Color convert

RGB134128174-
CMYK0.230.2600.32
HSL247.83º22.12%59.22%-
HSV(B)247.83º26.44%68.24%-
XYZ25.1923.5643.26-
YUV135.04149.99127.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.73%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=30.73%
G=29.36%
B=39.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341281740.230.2600.32247.8322.1259.22
Hex8680AE171A020f8163b
Octal20620025627320403702673
Binary100001101000000010101110101111101001000001111100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,128,174); }

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

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

 a { background-color: rgb(134,128,174); }

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

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

 span { border-color: rgb(134,128,174); }

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