#8B8C8A

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

Shades of Delta #8B8C8A

Tints of Delta #8B8C8A

Color information

#8B8C8A (or 0x8B8C8A) is unknown color: approx Delta. HEX triplet: 8B, 8C and 8A. RGB value is (139,140,138). Sum of RGB (Red+Green+Blue) = 139+140+138=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 140 - color contains mainly: green. Hex color #8B8C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8C8A is #747375. Grayscale: #8B8B8B. Windows color (decimal): -7631734 or 9079947. OLE color: 9079947.

HSL color Cylindrical-coordinate representation of color #8B8C8A: hue angle of 90º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8B8C8A is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB139140138-
CMYK0.0100.010.45
HSL90º0.86%54.51%-
HSV(B)90º1.43%54.9%-
XYZ24.6126.0827.78-
YUV139.47127.17127.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.33%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=33.33%
G=33.57%
B=33.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391401380.0100.010.45900.8654.51
Hex8B8C8A1012D5a137
Octal21321421210155132167
Binary10001011100011001000101010110110110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,140,138); }

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

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

 a { background-color: rgb(139,140,138); }

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

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

 span { border-color: rgb(139,140,138); }

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