#8D9386

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

Shades of Delta #8D9386

Tints of Delta #8D9386

Color information

#8D9386 (or 0x8D9386) is unknown color: approx Delta. HEX triplet: 8D, 93 and 86. RGB value is (141,147,134). Sum of RGB (Red+Green+Blue) = 141+147+134=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9386 is #726C79. Grayscale: #8F8F8F. Windows color (decimal): -7498874 or 8819597. OLE color: 8819597.

HSL color Cylindrical-coordinate representation of color #8D9386: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D9386 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB141147134-
CMYK0.0400.090.42
HSL87.69º5.68%55.1%-
HSV(B)87.69º8.84%57.65%-
XYZ25.7228.2526.65-
YUV143.72122.51126.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.41%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=33.41%
G=34.83%
B=31.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471340.0400.090.4287.695.6855.1
Hex8D93864092A58637
Octal215223206401152130667
Binary100011011001001110000110100010011010101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,134); }

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

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

 a { background-color: rgb(141,147,134); }

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

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

 span { border-color: rgb(141,147,134); }

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