#8D9296

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

Shades of Aluminium #8D9296

Tints of Aluminium #8D9296

Color information

#8D9296 (or 0x8D9296) is unknown color: approx Aluminium. HEX triplet: 8D, 92 and 96. RGB value is (141,146,150). Sum of RGB (Red+Green+Blue) = 141+146+150=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D9296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9296 is #726D69. Grayscale: #909090. Windows color (decimal): -7499114 or 9867917. OLE color: 9867917.

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

Color convert

RGB141146150-
CMYK0.060.0300.41
HSL206.67º4.11%57.06%-
HSV(B)206.67º6%58.82%-
XYZ26.7728.4232.93-
YUV144.96130.84125.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.27%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=32.27%
G=33.41%
B=34.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1411461500.060.0300.41206.674.1157.06
Hex8D929663029cf439
Octal21522222663051317471
Binary10001101100100101001011011011010100111001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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