#838B92

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

Shades of Aluminium #838B92

Tints of Aluminium #838B92

Color information

#838B92 (or 0x838B92) is unknown color: approx Aluminium. HEX triplet: 83, 8B and 92. RGB value is (131,139,146). Sum of RGB (Red+Green+Blue) = 131+139+146=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 146 - color contains mainly: blue. Hex color #838B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B92 is #7C746D. Grayscale: #898989. Windows color (decimal): -8156270 or 9603971. OLE color: 9603971.

HSL color Cylindrical-coordinate representation of color #838B92: hue angle of 208º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838B92 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131139146-
CMYK0.100.0500.43
HSL208º6.44%54.31%-
HSV(B)208º10.27%57.25%-
XYZ23.7825.3730.84-
YUV137.41132.85123.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=31.49%
G=33.41%
B=35.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311391460.100.0500.432086.4454.31
Hex838B92A502Bd0636
Octal203213222125053320666
Binary1000001110001011100100101010101010101111010000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838B92; }

 p { color: rgb(131,139,146); }

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

<style>
 a { background-color: #838B92; }

 a { background-color: rgb(131,139,146); }

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

<style>
 span { border-color: #838B92; }

 span { border-color: rgb(131,139,146); }

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