#818D94

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

Shades of Aluminium #818D94

Tints of Aluminium #818D94

Color information

#818D94 (or 0x818D94) is unknown color: approx Aluminium. HEX triplet: 81, 8D and 94. RGB value is (129,141,148). Sum of RGB (Red+Green+Blue) = 129+141+148=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 148 - color contains mainly: blue. Hex color #818D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818D94 is #7E726B. Grayscale: #8A8A8A. Windows color (decimal): -8286828 or 9735553. OLE color: 9735553.

HSL color Cylindrical-coordinate representation of color #818D94: hue angle of 202.11º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818D94 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129141148-
CMYK0.130.0500.42
HSL202.11º8.15%54.31%-
HSV(B)202.11º12.84%58.04%-
XYZ23.9225.8631.75-
YUV138.21133.52121.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 148 (58.20% from 255) = 35.41%
R=30.86%
G=33.73%
B=35.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291411480.130.0500.42202.118.1554.31
Hex818D94D502Aca836
Octal2012152241550523121066
Binary10000001100011011001010011011010101010110010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818D94; }

 p { color: rgb(129,141,148); }

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

<style>
 a { background-color: #818D94; }

 a { background-color: rgb(129,141,148); }

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

<style>
 span { border-color: #818D94; }

 span { border-color: rgb(129,141,148); }

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