#8E8F8B

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

Shades of Delta #8E8F8B

Tints of Delta #8E8F8B

Color information

#8E8F8B (or 0x8E8F8B) is unknown color: approx Delta. HEX triplet: 8E, 8F and 8B. RGB value is (142,143,139). Sum of RGB (Red+Green+Blue) = 142+143+139=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 143 - color contains mainly: green. Hex color #8E8F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8F8B is #717074. Grayscale: #8E8E8E. Windows color (decimal): -7434357 or 9146254. OLE color: 9146254.

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

Color convert

RGB142143139-
CMYK0.0100.030.44
HSL75º1.75%55.29%-
HSV(B)75º2.8%56.08%-
XYZ25.6427.2628.34-
YUV142.24126.17127.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.49%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=33.49%
G=33.73%
B=32.78%

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
Decimal1421431390.0100.030.44751.7555.29
Hex8E8F8B1032C4b237
Octal21621721310354113267
Binary1000111010001111100010111011101100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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