#8E918C

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

Shades of Delta #8E918C

Tints of Delta #8E918C

Color information

#8E918C (or 0x8E918C) is unknown color: approx Delta. HEX triplet: 8E, 91 and 8C. RGB value is (142,145,140). Sum of RGB (Red+Green+Blue) = 142+145+140=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 145 - color contains mainly: green. Hex color #8E918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E918C is #716E73. Grayscale: #8F8F8F. Windows color (decimal): -7433844 or 9212302. OLE color: 9212302.

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

Color convert

RGB142145140-
CMYK0.0200.030.43
HSL96º2.22%55.88%-
HSV(B)96º3.45%56.86%-
XYZ26.0127.928.82-
YUV143.53126.01126.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=33.26%
G=33.96%
B=32.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421451400.0200.030.43962.2255.88
Hex8E918C2032B60238
Octal21622121420353140270
Binary10001110100100011000110010011101011110000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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