#8D9388

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

Shades of Delta #8D9388

Tints of Delta #8D9388

Color information

#8D9388 (or 0x8D9388) is unknown color: approx Delta. HEX triplet: 8D, 93 and 88. RGB value is (141,147,136). Sum of RGB (Red+Green+Blue) = 141+147+136=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9388 is #726C77. Grayscale: #8F8F8F. Windows color (decimal): -7498872 or 8950669. OLE color: 8950669.

HSL color Cylindrical-coordinate representation of color #8D9388: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D9388 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB141147136-
CMYK0.0400.070.42
HSL92.73º4.85%55.49%-
HSV(B)92.73º7.48%57.65%-
XYZ25.8628.3127.39-
YUV143.95123.51125.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.25%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=33.25%
G=34.67%
B=32.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471360.0400.070.4292.734.8555.49
Hex8D93884072A5d537
Octal21522321040752135567
Binary10001101100100111000100010001111010101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,136); }

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

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

 a { background-color: rgb(141,147,136); }

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

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

 span { border-color: rgb(141,147,136); }

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