#8980AF

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

Shades of Deluge #8980AF

Tints of Deluge #8980AF

Color information

#8980AF (or 0x8980AF) is unknown color: approx Deluge. HEX triplet: 89, 80 and AF. RGB value is (137,128,175). Sum of RGB (Red+Green+Blue) = 137+128+175=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #8980AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8980AF is #767F50. Grayscale: #878787. Windows color (decimal): -7765841 or 11501705. OLE color: 11501705.

HSL color Cylindrical-coordinate representation of color #8980AF: hue angle of 251.49º 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 #8980AF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137128175-
CMYK0.220.2700.31
HSL251.49º22.71%59.41%-
HSV(B)251.49º26.86%68.63%-
XYZ25.7723.8543.8-
YUV136.05149.98128.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 175 (68.75% from 255) = 39.77%
R=31.14%
G=29.09%
B=39.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371281750.220.2700.31251.4922.7159.41
Hex8980AF161B01Ffb173b
Octal21120025726330373732773
Binary10001001100000001010111110110110110111111111101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8980AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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