#8D9384

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

Shades of Delta #8D9384

Tints of Delta #8D9384

Color information

#8D9384 (or 0x8D9384) is unknown color: approx Delta. HEX triplet: 8D, 93 and 84. RGB value is (141,147,132). Sum of RGB (Red+Green+Blue) = 141+147+132=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9384 is #726C7B. Grayscale: #8F8F8F. Windows color (decimal): -7498876 or 8688525. OLE color: 8688525.

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

Color convert

RGB141147132-
CMYK0.0400.100.42
HSL84º6.49%54.71%-
HSV(B)84º10.2%57.65%-
XYZ25.5828.225.92-
YUV143.5121.51126.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 132 (51.95% from 255) = 31.43%
R=33.57%
G=35%
B=31.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471320.0400.100.42846.4954.71
Hex8D938440A2A54637
Octal215223204401252124667
Binary100011011001001110000100100010101010101010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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