#838F95

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

Shades of Aluminium #838F95

Tints of Aluminium #838F95

Color information

#838F95 (or 0x838F95) is unknown color: approx Aluminium. HEX triplet: 83, 8F and 95. RGB value is (131,143,149). Sum of RGB (Red+Green+Blue) = 131+143+149=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #838F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F95 is #7C706A. Grayscale: #8C8C8C. Windows color (decimal): -8155243 or 9801603. OLE color: 9801603.

HSL color Cylindrical-coordinate representation of color #838F95: hue angle of 200º 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 #838F95 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131143149-
CMYK0.120.0400.42
HSL200º7.83%54.9%-
HSV(B)200º12.08%58.43%-
XYZ24.6126.6432.28-
YUV140.1133.02121.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=30.97%
G=33.81%
B=35.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311431490.120.0400.422007.8354.9
Hex838F95C402Ac8837
Octal2032172251440523101067
Binary10000011100011111001010111001000101010110010001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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