#818D95

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

Shades of Aluminium #818D95

Tints of Aluminium #818D95

Color information

#818D95 (or 0x818D95) is unknown color: approx Aluminium. HEX triplet: 81, 8D and 95. RGB value is (129,141,149). Sum of RGB (Red+Green+Blue) = 129+141+149=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: blue. Hex color #818D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818D95 is #7E726A. Grayscale: #8A8A8A. Windows color (decimal): -8286827 or 9801089. OLE color: 9801089.

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

Color convert

RGB129141149-
CMYK0.130.0500.42
HSL204º8.62%54.51%-
HSV(B)204º13.42%58.43%-
XYZ2425.8932.17-
YUV138.32134.02121.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=30.79%
G=33.65%
B=35.56%

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
Decimal1291411490.130.0500.422048.6254.51
Hex818D95D502Acc937
Octal2012152251550523141167
Binary10000001100011011001010111011010101010110011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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