#8880AF

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

Shades of Deluge #8880AF

Tints of Deluge #8880AF

Color information

#8880AF (or 0x8880AF) is unknown color: approx Deluge. HEX triplet: 88, 80 and AF. RGB value is (136,128,175). Sum of RGB (Red+Green+Blue) = 136+128+175=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #8880AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8880AF is #777F50. Grayscale: #878787. Windows color (decimal): -7831377 or 11501704. OLE color: 11501704.

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

Color convert

RGB136128175-
CMYK0.220.2700.31
HSL250.21º22.71%59.41%-
HSV(B)250.21º26.86%68.63%-
XYZ25.6123.7743.8-
YUV135.75150.15128.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=30.98%
G=29.16%
B=39.86%

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
Decimal1361281750.220.2700.31250.2122.7159.41
Hex8880AF161B01Ffa173b
Octal21020025726330373722773
Binary10001000100000001010111110110110110111111111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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