#848E93

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

Shades of Aluminium #848E93

Tints of Aluminium #848E93

Color information

#848E93 (or 0x848E93) is unknown color: approx Aluminium. HEX triplet: 84, 8E and 93. RGB value is (132,142,147). Sum of RGB (Red+Green+Blue) = 132+142+147=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 147 - color contains mainly: blue. Hex color #848E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848E93 is #7B716C. Grayscale: #8B8B8B. Windows color (decimal): -8089965 or 9670276. OLE color: 9670276.

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

Color convert

RGB132142147-
CMYK0.100.0300.42
HSL200º6.49%54.71%-
HSV(B)200º10.2%57.65%-
XYZ24.4626.3631.4-
YUV139.58132.19122.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=31.35%
G=33.73%
B=34.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321421470.100.0300.422006.4954.71
Hex848E93A302Ac8637
Octal204216223123052310667
Binary100001001000111010010011101011010101011001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,142,147); }

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

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

 a { background-color: rgb(132,142,147); }

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

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

 span { border-color: rgb(132,142,147); }

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