#8B839C

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

Shades of Deluge #8B839C

Tints of Deluge #8B839C

Color information

#8B839C (or 0x8B839C) is unknown color: approx Deluge. HEX triplet: 8B, 83 and 9C. RGB value is (139,131,156). Sum of RGB (Red+Green+Blue) = 139+131+156=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B839C is #747C63. Grayscale: #888888. Windows color (decimal): -7634020 or 10257291. OLE color: 10257291.

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

Color convert

RGB139131156-
CMYK0.110.1600.39
HSL259.2º11.21%56.27%-
HSV(B)259.2º16.03%61.18%-
XYZ24.7624.1234.8-
YUV136.24139.15129.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=32.63%
G=30.75%
B=36.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391311560.110.1600.39259.211.2156.27
Hex8B839CB10027103b38
Octal21320323413200474031370
Binary10001011100000111001110010111000001001111000000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,156); }

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

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

 a { background-color: rgb(139,131,156); }

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

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

 span { border-color: rgb(139,131,156); }

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