#818B8F

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

Shades of Aluminium #818B8F

Tints of Aluminium #818B8F

Color information

#818B8F (or 0x818B8F) is unknown color: approx Aluminium. HEX triplet: 81, 8B and 8F. RGB value is (129,139,143). Sum of RGB (Red+Green+Blue) = 129+139+143=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 143 - color contains mainly: blue. Hex color #818B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B8F is #7E7470. Grayscale: #888888. Windows color (decimal): -8287345 or 9407361. OLE color: 9407361.

HSL color Cylindrical-coordinate representation of color #818B8F: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #818B8F is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB129139143-
CMYK0.100.0300.44
HSL197.14º5.88%53.33%-
HSV(B)197.14º9.79%56.08%-
XYZ23.2425.1229.61-
YUV136.47131.69122.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=31.39%
G=33.82%
B=34.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291391430.100.0300.44197.145.8853.33
Hex818B8FA302Cc5635
Octal201213217123054305665
Binary100000011000101110001111101011010110011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,139,143); }

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

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

 a { background-color: rgb(129,139,143); }

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

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

 span { border-color: rgb(129,139,143); }

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