#8D918A

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

Shades of Delta #8D918A

Tints of Delta #8D918A

Color information

#8D918A (or 0x8D918A) is unknown color: approx Delta. HEX triplet: 8D, 91 and 8A. RGB value is (141,145,138). Sum of RGB (Red+Green+Blue) = 141+145+138=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 145 - color contains mainly: green. Hex color #8D918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D918A is #726E75. Grayscale: #8F8F8F. Windows color (decimal): -7499382 or 9081229. OLE color: 9081229.

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

Color convert

RGB141145138-
CMYK0.0300.050.43
HSL94.29º3.08%55.49%-
HSV(B)94.29º4.83%56.86%-
XYZ25.727.7528.05-
YUV143.01125.17126.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.25%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=33.25%
G=34.20%
B=32.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411451380.0300.050.4394.293.0855.49
Hex8D918A3052B5e337
Octal21522121230553136367
Binary100011011001000110001010110101101011101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,145,138); }

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

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

 a { background-color: rgb(141,145,138); }

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

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

 span { border-color: rgb(141,145,138); }

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