#8B8E86

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

Shades of Delta #8B8E86

Tints of Delta #8B8E86

Color information

#8B8E86 (or 0x8B8E86) is unknown color: approx Delta. HEX triplet: 8B, 8E and 86. RGB value is (139,142,134). Sum of RGB (Red+Green+Blue) = 139+142+134=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8E86 is #747179. Grayscale: #8C8C8C. Windows color (decimal): -7631226 or 8818315. OLE color: 8818315.

HSL color Cylindrical-coordinate representation of color #8B8E86: hue angle of 82.5º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B8E86 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB139142134-
CMYK0.0200.060.44
HSL82.5º3.42%54.12%-
HSV(B)82.5º5.63%55.69%-
XYZ24.6226.5626.38-
YUV140.19124.51127.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=33.49%
G=34.22%
B=32.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391421340.0200.060.4482.53.4254.12
Hex8B8E862062C52336
Octal21321620620654122366
Binary100010111000111010000110100110101100101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,142,134); }

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

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

 a { background-color: rgb(139,142,134); }

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

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

 span { border-color: rgb(139,142,134); }

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