#8A809C

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

Shades of Deluge #8A809C

Tints of Deluge #8A809C

Color information

#8A809C (or 0x8A809C) is unknown color: approx Deluge. HEX triplet: 8A, 80 and 9C. RGB value is (138,128,156). Sum of RGB (Red+Green+Blue) = 138+128+156=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A809C is #757F63. Grayscale: #868686. Windows color (decimal): -7700324 or 10256522. OLE color: 10256522.

HSL color Cylindrical-coordinate representation of color #8A809C: hue angle of 261.43º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A809C is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB138128156-
CMYK0.120.1800.39
HSL261.43º12.39%55.69%-
HSV(B)261.43º17.95%61.18%-
XYZ24.223.2434.66-
YUV134.18140.31130.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=32.70%
G=30.33%
B=36.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381281560.120.1800.39261.4312.3955.69
Hex8A809CC12027105c38
Octal21220023414220474051470
Binary10001010100000001001110011001001001001111000001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,128,156); }

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

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

 a { background-color: rgb(138,128,156); }

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

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

 span { border-color: rgb(138,128,156); }

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