#8680AF

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

Shades of Deluge #8680AF

Tints of Deluge #8680AF

Color information

#8680AF (or 0x8680AF) is unknown color: approx Deluge. HEX triplet: 86, 80 and AF. RGB value is (134,128,175). Sum of RGB (Red+Green+Blue) = 134+128+175=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #8680AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8680AF is #797F50. Grayscale: #868686. Windows color (decimal): -7962449 or 11501702. OLE color: 11501702.

HSL color Cylindrical-coordinate representation of color #8680AF: hue angle of 247.66º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8680AF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134128175-
CMYK0.230.2700.31
HSL247.66º22.71%59.41%-
HSV(B)247.66º26.86%68.63%-
XYZ25.2923.643.78-
YUV135.15150.49127.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=30.66%
G=29.29%
B=40.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341281750.230.2700.31247.6622.7159.41
Hex8680AF171B01Ff8173b
Octal20620025727330373702773
Binary10000110100000001010111110111110110111111111100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8680AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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