#8E938A

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

Shades of Delta #8E938A

Tints of Delta #8E938A

Color information

#8E938A (or 0x8E938A) is unknown color: approx Delta. HEX triplet: 8E, 93 and 8A. RGB value is (142,147,138). Sum of RGB (Red+Green+Blue) = 142+147+138=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 147 - color contains mainly: green. Hex color #8E938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E938A is #716C75. Grayscale: #909090. Windows color (decimal): -7433334 or 9081742. OLE color: 9081742.

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

Color convert

RGB142147138-
CMYK0.0300.060.42
HSL93.33º4%55.88%-
HSV(B)93.33º6.12%57.65%-
XYZ26.1828.4528.16-
YUV144.48124.34126.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=33.26%
G=34.43%
B=32.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421471380.0300.060.4293.33455.88
Hex8E938A3062A5d438
Octal21622321230652135470
Binary1000111010010011100010101101101010101011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,147,138); }

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

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

 a { background-color: rgb(142,147,138); }

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

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

 span { border-color: rgb(142,147,138); }

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