#8D9587

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

Shades of Delta #8D9587

Tints of Delta #8D9587

Color information

#8D9587 (or 0x8D9587) is unknown color: approx Delta. HEX triplet: 8D, 95 and 87. RGB value is (141,149,135). Sum of RGB (Red+Green+Blue) = 141+149+135=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9587 is #726A78. Grayscale: #919191. Windows color (decimal): -7498361 or 8885645. OLE color: 8885645.

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

Color convert

RGB141149135-
CMYK0.0500.090.42
HSL94.29º6.19%55.69%-
HSV(B)94.29º9.4%58.43%-
XYZ26.1128.9127.13-
YUV145.01122.35125.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=33.18%
G=35.06%
B=31.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411491350.0500.090.4294.296.1955.69
Hex8D95875092A5e638
Octal215225207501152136670
Binary100011011001010110000111101010011010101011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,149,135); }

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

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

 a { background-color: rgb(141,149,135); }

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

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

 span { border-color: rgb(141,149,135); }

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