#8C839F

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

Shades of Deluge #8C839F

Tints of Deluge #8C839F

Color information

#8C839F (or 0x8C839F) is unknown color: approx Deluge. HEX triplet: 8C, 83 and 9F. RGB value is (140,131,159). Sum of RGB (Red+Green+Blue) = 140+131+159=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C839F is #737C60. Grayscale: #888888. Windows color (decimal): -7568481 or 10453900. OLE color: 10453900.

HSL color Cylindrical-coordinate representation of color #8C839F: hue angle of 259.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C839F is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB140131159-
CMYK0.120.1800.38
HSL259.29º12.73%56.86%-
HSV(B)259.29º17.61%62.35%-
XYZ25.1924.3136.17-
YUV136.88140.48130.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.56%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=32.56%
G=30.47%
B=36.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401311590.120.1800.38259.2912.7356.86
Hex8C839FC12026103d39
Octal21420323714220464031571
Binary10001100100000111001111111001001001001101000000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,159); }

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

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

 a { background-color: rgb(140,131,159); }

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

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

 span { border-color: rgb(140,131,159); }

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