#8D9399

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

Shades of Aluminium #8D9399

Tints of Aluminium #8D9399

Color information

#8D9399 (or 0x8D9399) is unknown color: approx Aluminium. HEX triplet: 8D, 93 and 99. RGB value is (141,147,153). Sum of RGB (Red+Green+Blue) = 141+147+153=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D9399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9399 is #726C66. Grayscale: #919191. Windows color (decimal): -7498855 or 10064781. OLE color: 10064781.

HSL color Cylindrical-coordinate representation of color #8D9399: hue angle of 210º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D9399 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB141147153-
CMYK0.080.0400.4
HSL210º5.56%57.65%-
HSV(B)210º7.84%60%-
XYZ27.1728.8334.27-
YUV145.89132.01124.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 147 (57.81% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 34.69%
R=31.97%
G=33.33%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1411471530.080.0400.42105.5657.65
Hex8D939984028d263a
Octal215223231104050322672
Binary1000110110010011100110011000100010100011010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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