#8E908C

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

Shades of Delta #8E908C

Tints of Delta #8E908C

Color information

#8E908C (or 0x8E908C) is unknown color: approx Delta. HEX triplet: 8E, 90 and 8C. RGB value is (142,144,140). Sum of RGB (Red+Green+Blue) = 142+144+140=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 144 - color contains mainly: green. Hex color #8E908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E908C is #716F73. Grayscale: #8E8E8E. Windows color (decimal): -7434100 or 9212046. OLE color: 9212046.

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

Color convert

RGB142144140-
CMYK0.0100.030.44
HSL90º1.77%55.69%-
HSV(B)90º2.78%56.47%-
XYZ25.8627.5928.77-
YUV142.95126.34127.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=33.33%
G=33.80%
B=32.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421441400.0100.030.44901.7755.69
Hex8E908C1032C5a238
Octal21622021410354132270
Binary1000111010010000100011001011101100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,144,140); }

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

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

 a { background-color: rgb(142,144,140); }

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

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

 span { border-color: rgb(142,144,140); }

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