#8B809B

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

Shades of Deluge #8B809B

Tints of Deluge #8B809B

Color information

#8B809B (or 0x8B809B) is unknown color: approx Deluge. HEX triplet: 8B, 80 and 9B. RGB value is (139,128,155). Sum of RGB (Red+Green+Blue) = 139+128+155=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B809B is #747F64. Grayscale: #868686. Windows color (decimal): -7634789 or 10190987. OLE color: 10190987.

HSL color Cylindrical-coordinate representation of color #8B809B: hue angle of 264.44º 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 #8B809B is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139128155-
CMYK0.100.1700.39
HSL264.44º11.89%55.49%-
HSV(B)264.44º17.42%60.78%-
XYZ24.2823.2934.23-
YUV134.37139.64131.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=32.94%
G=30.33%
B=36.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391281550.100.1700.39264.4411.8955.49
Hex8B809BA11027108c37
Octal21320023312210474101467
Binary10001011100000001001101110101000101001111000010001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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