#848B92

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

Shades of Aluminium #848B92

Tints of Aluminium #848B92

Color information

#848B92 (or 0x848B92) is unknown color: approx Aluminium. HEX triplet: 84, 8B and 92. RGB value is (132,139,146). Sum of RGB (Red+Green+Blue) = 132+139+146=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: blue. Hex color #848B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B92 is #7B746D. Grayscale: #898989. Windows color (decimal): -8090734 or 9603972. OLE color: 9603972.

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

Color convert

RGB132139146-
CMYK0.100.0500.43
HSL210º6.03%54.51%-
HSV(B)210º9.59%57.25%-
XYZ23.9425.4530.84-
YUV137.7132.68123.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=31.65%
G=33.33%
B=35.01%

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
Decimal1321391460.100.0500.432106.0354.51
Hex848B92A502Bd2637
Octal204213222125053322667
Binary1000010010001011100100101010101010101111010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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