#81868D

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

Shades of Aluminium #81868D

Tints of Aluminium #81868D

Color information

#81868D (or 0x81868D) is unknown color: approx Aluminium. HEX triplet: 81, 86 and 8D. RGB value is (129,134,141). Sum of RGB (Red+Green+Blue) = 129+134+141=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 141 - color contains mainly: blue. Hex color #81868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81868D is #7E7972. Grayscale: #858585. Windows color (decimal): -8288627 or 9275009. OLE color: 9275009.

HSL color Cylindrical-coordinate representation of color #81868D: hue angle of 215º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81868D is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129134141-
CMYK0.090.0500.45
HSL215º5%52.94%-
HSV(B)215º8.51%55.29%-
XYZ22.3923.6428.58-
YUV133.3132.34124.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=31.93%
G=33.17%
B=34.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291341410.090.0500.45215552.94
Hex81868D9502Dd7535
Octal201206215115055327565
Binary1000000110000110100011011001101010110111010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81868D; }

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

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

<style>
 a { background-color: #81868D; }

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

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

<style>
 span { border-color: #81868D; }

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

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