#8D9684

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

Shades of Delta #8D9684

Tints of Delta #8D9684

Color information

#8D9684 (or 0x8D9684) is unknown color: approx Delta. HEX triplet: 8D, 96 and 84. RGB value is (141,150,132). Sum of RGB (Red+Green+Blue) = 141+150+132=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9684 is #72697B. Grayscale: #919191. Windows color (decimal): -7498108 or 8689293. OLE color: 8689293.

HSL color Cylindrical-coordinate representation of color #8D9684: hue angle of 90º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D9684 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB141150132-
CMYK0.0600.120.41
HSL90º7.89%55.29%-
HSV(B)90º12%58.82%-
XYZ26.0629.1426.08-
YUV145.26120.52124.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=33.33%
G=35.46%
B=31.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1411501320.0600.120.41907.8955.29
Hex8D968460C295a837
Octal2152262046014511321067
Binary1000110110010110100001001100110010100110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,150,132); }

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

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

 a { background-color: rgb(141,150,132); }

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

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

 span { border-color: rgb(141,150,132); }

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