#8D829D

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

Shades of Deluge #8D829D

Tints of Deluge #8D829D

Color information

#8D829D (or 0x8D829D) is unknown color: approx Deluge. HEX triplet: 8D, 82 and 9D. RGB value is (141,130,157). Sum of RGB (Red+Green+Blue) = 141+130+157=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D829D is #727D62. Grayscale: #888888. Windows color (decimal): -7503203 or 10322573. OLE color: 10322573.

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

Color convert

RGB141130157-
CMYK0.100.1700.38
HSL264.44º12.11%56.27%-
HSV(B)264.44º17.2%61.57%-
XYZ25.0524.0635.22-
YUV136.37139.64131.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.94%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=32.94%
G=30.37%
B=36.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411301570.100.1700.38264.4412.1156.27
Hex8D829DA11026108c38
Octal21520223512210464101470
Binary10001101100000101001110110101000101001101000010001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,130,157); }

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

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

 a { background-color: rgb(141,130,157); }

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

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

 span { border-color: rgb(141,130,157); }

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