#818C93

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

Shades of Aluminium #818C93

Tints of Aluminium #818C93

Color information

#818C93 (or 0x818C93) is unknown color: approx Aluminium. HEX triplet: 81, 8C and 93. RGB value is (129,140,147). Sum of RGB (Red+Green+Blue) = 129+140+147=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: blue. Hex color #818C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C93 is #7E736C. Grayscale: #898989. Windows color (decimal): -8287085 or 9669761. OLE color: 9669761.

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

Color convert

RGB129140147-
CMYK0.120.0500.42
HSL203.33º7.69%54.12%-
HSV(B)203.33º12.24%57.65%-
XYZ23.725.5331.28-
YUV137.51133.36121.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=31.01%
G=33.65%
B=35.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291401470.120.0500.42203.337.6954.12
Hex818C93C502Acb836
Octal2012142231450523131066
Binary10000001100011001001001111001010101010110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,140,147); }

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

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

 a { background-color: rgb(129,140,147); }

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

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

 span { border-color: rgb(129,140,147); }

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