#8C80AC

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

Shades of Deluge #8C80AC

Tints of Deluge #8C80AC

Color information

#8C80AC (or 0x8C80AC) is unknown color: approx Deluge. HEX triplet: 8C, 80 and AC. RGB value is (140,128,172). Sum of RGB (Red+Green+Blue) = 140+128+172=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C80AC is #737F53. Grayscale: #888888. Windows color (decimal): -7569236 or 11305100. OLE color: 11305100.

HSL color Cylindrical-coordinate representation of color #8C80AC: hue angle of 256.36º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C80AC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140128172-
CMYK0.190.2600.33
HSL256.36º20.95%58.82%-
HSV(B)256.36º25.58%67.45%-
XYZ25.9823.9942.29-
YUV136.6147.98130.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=31.82%
G=29.09%
B=39.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401281720.190.2600.33256.3620.9558.82
Hex8C80AC131A021100153b
Octal21420025423320414002573
Binary1000110010000000101011001001111010010000110000000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,172); }

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

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

 a { background-color: rgb(140,128,172); }

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

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

 span { border-color: rgb(140,128,172); }

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