#8E928B

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

Shades of Delta #8E928B

Tints of Delta #8E928B

Color information

#8E928B (or 0x8E928B) is unknown color: approx Delta. HEX triplet: 8E, 92 and 8B. RGB value is (142,146,139). Sum of RGB (Red+Green+Blue) = 142+146+139=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 146 - color contains mainly: green. Hex color #8E928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E928B is #716D74. Grayscale: #909090. Windows color (decimal): -7433589 or 9147022. OLE color: 9147022.

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

Color convert

RGB142146139-
CMYK0.0300.050.43
HSL94.29º3.11%55.88%-
HSV(B)94.29º4.79%57.25%-
XYZ26.0928.1728.49-
YUV144.01125.17126.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=33.26%
G=34.19%
B=32.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421461390.0300.050.4394.293.1155.88
Hex8E928B3052B5e338
Octal21622221330553136370
Binary100011101001001010001011110101101011101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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