#8C9089

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

Shades of Delta #8C9089

Tints of Delta #8C9089

Color information

#8C9089 (or 0x8C9089) is unknown color: approx Delta. HEX triplet: 8C, 90 and 89. RGB value is (140,144,137). Sum of RGB (Red+Green+Blue) = 140+144+137=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9089 is #736F76. Grayscale: #8E8E8E. Windows color (decimal): -7565175 or 9015436. OLE color: 9015436.

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

Color convert

RGB140144137-
CMYK0.0300.050.44
HSL94.29º3.06%55.1%-
HSV(B)94.29º4.86%56.47%-
XYZ25.327.3327.61-
YUV142.01125.17126.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=33.25%
G=34.20%
B=32.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401441370.0300.050.4494.293.0655.1
Hex8C90893052C5e337
Octal21422021130554136367
Binary100011001001000010001001110101101100101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,144,137); }

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

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

 a { background-color: rgb(140,144,137); }

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

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

 span { border-color: rgb(140,144,137); }

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