#838E95

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

Shades of Aluminium #838E95

Tints of Aluminium #838E95

Color information

#838E95 (or 0x838E95) is unknown color: approx Aluminium. HEX triplet: 83, 8E and 95. RGB value is (131,142,149). Sum of RGB (Red+Green+Blue) = 131+142+149=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 149 - color contains mainly: blue. Hex color #838E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E95 is #7C716A. Grayscale: #8B8B8B. Windows color (decimal): -8155499 or 9801347. OLE color: 9801347.

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

Color convert

RGB131142149-
CMYK0.120.0500.42
HSL203.33º7.83%54.9%-
HSV(B)203.33º12.08%58.43%-
XYZ24.4626.3432.23-
YUV139.51133.36121.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.04%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=31.04%
G=33.65%
B=35.31%

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
Decimal1311421490.120.0500.42203.337.8354.9
Hex838E95C502Acb837
Octal2032162251450523131067
Binary10000011100011101001010111001010101010110010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,142,149); }

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

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

 a { background-color: rgb(131,142,149); }

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

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

 span { border-color: rgb(131,142,149); }

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