#8D849E

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

Shades of Deluge #8D849E

Tints of Deluge #8D849E

Color information

#8D849E (or 0x8D849E) is unknown color: approx Deluge. HEX triplet: 8D, 84 and 9E. RGB value is (141,132,158). Sum of RGB (Red+Green+Blue) = 141+132+158=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D849E is #727B61. Grayscale: #898989. Windows color (decimal): -7502690 or 10388621. OLE color: 10388621.

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

Color convert

RGB141132158-
CMYK0.110.1600.38
HSL260.77º11.82%56.86%-
HSV(B)260.77º16.46%61.96%-
XYZ25.4124.6335.76-
YUV137.66139.48130.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.71%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=32.71%
G=30.63%
B=36.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411321580.110.1600.38260.7711.8256.86
Hex8D849EB10026105c39
Octal21520423613200464051471
Binary10001101100001001001111010111000001001101000001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,132,158); }

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

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

 a { background-color: rgb(141,132,158); }

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

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

 span { border-color: rgb(141,132,158); }

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