#8E9285

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

Shades of Delta #8E9285

Tints of Delta #8E9285

Color information

#8E9285 (or 0x8E9285) is unknown color: approx Delta. HEX triplet: 8E, 92 and 85. RGB value is (142,146,133). Sum of RGB (Red+Green+Blue) = 142+146+133=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9285 is #716D7A. Grayscale: #8F8F8F. Windows color (decimal): -7433595 or 8753806. OLE color: 8753806.

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

Color convert

RGB142146133-
CMYK0.0300.090.43
HSL78.46º5.63%54.71%-
HSV(B)78.46º8.9%57.25%-
XYZ25.672826.24-
YUV143.32122.17127.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 133 (52.34% from 255) = 31.59%
R=33.73%
G=34.68%
B=31.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421461330.0300.090.4378.465.6354.71
Hex8E92853092B4e637
Octal216222205301153116667
Binary10001110100100101000010111010011010111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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