#8B80AE

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

Shades of Deluge #8B80AE

Tints of Deluge #8B80AE

Color information

#8B80AE (or 0x8B80AE) is unknown color: approx Deluge. HEX triplet: 8B, 80 and AE. RGB value is (139,128,174). Sum of RGB (Red+Green+Blue) = 139+128+174=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B80AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B80AE is #747F51. Grayscale: #888888. Windows color (decimal): -7634770 or 11436171. OLE color: 11436171.

HSL color Cylindrical-coordinate representation of color #8B80AE: hue angle of 254.35º 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 #8B80AE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139128174-
CMYK0.200.2600.32
HSL254.35º22.12%59.22%-
HSV(B)254.35º26.44%68.24%-
XYZ26.0123.9843.3-
YUV136.53149.14129.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.52%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=31.52%
G=29.02%
B=39.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391281740.200.2600.32254.3522.1259.22
Hex8B80AE141A020fe163b
Octal21320025624320403762673
Binary100010111000000010101110101001101001000001111111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B80AE; }

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

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

<style>
 a { background-color: #8B80AE; }

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

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

<style>
 span { border-color: #8B80AE; }

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

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