#8A809B

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

Shades of Deluge #8A809B

Tints of Deluge #8A809B

Color information

#8A809B (or 0x8A809B) is unknown color: approx Deluge. HEX triplet: 8A, 80 and 9B. RGB value is (138,128,155). Sum of RGB (Red+Green+Blue) = 138+128+155=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A809B is #757F64. Grayscale: #858585. Windows color (decimal): -7700325 or 10190986. OLE color: 10190986.

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

Color convert

RGB138128155-
CMYK0.110.1700.39
HSL262.22º11.89%55.49%-
HSV(B)262.22º17.42%60.78%-
XYZ24.1223.2134.22-
YUV134.07139.81130.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=32.78%
G=30.40%
B=36.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381281550.110.1700.39262.2211.8955.49
Hex8A809BB11027106c37
Octal21220023313210474061467
Binary10001010100000001001101110111000101001111000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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