#839297

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

Shades of Aluminium #839297

Tints of Aluminium #839297

Color information

#839297 (or 0x839297) is unknown color: approx Aluminium. HEX triplet: 83, 92 and 97. RGB value is (131,146,151). Sum of RGB (Red+Green+Blue) = 131+146+151=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 151 - color contains mainly: blue. Hex color #839297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839297 is #7C6D68. Grayscale: #8E8E8E. Windows color (decimal): -8154473 or 9933443. OLE color: 9933443.

HSL color Cylindrical-coordinate representation of color #839297: hue angle of 195º 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 #839297 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB131146151-
CMYK0.130.0300.41
HSL195º8.77%55.29%-
HSV(B)195º13.25%59.22%-
XYZ25.2227.6233.28-
YUV142.08133.03120.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=30.61%
G=34.11%
B=35.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311461510.130.0300.411958.7755.29
Hex839297D3029c3937
Octal2032222271530513031167
Binary1000001110010010100101111101110101001110000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839297; }

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

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

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

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

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

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

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

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