#839097

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

Shades of Aluminium #839097

Tints of Aluminium #839097

Color information

#839097 (or 0x839097) is unknown color: approx Aluminium. HEX triplet: 83, 90 and 97. RGB value is (131,144,151). Sum of RGB (Red+Green+Blue) = 131+144+151=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 151 - color contains mainly: blue. Hex color #839097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839097 is #7C6F68. Grayscale: #8C8C8C. Windows color (decimal): -8154985 or 9932931. OLE color: 9932931.

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

Color convert

RGB131144151-
CMYK0.130.0500.41
HSL201º8.77%55.29%-
HSV(B)201º13.25%59.22%-
XYZ24.9227.0133.18-
YUV140.91133.69120.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=30.75%
G=33.80%
B=35.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311441510.130.0500.412018.7755.29
Hex839097D5029c9937
Octal2032202271550513111167
Binary10000011100100001001011111011010101001110010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839097; }

 p { color: rgb(131,144,151); }

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

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

 a { background-color: rgb(131,144,151); }

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

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

 span { border-color: rgb(131,144,151); }

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