#848E96

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

Shades of Aluminium #848E96

Tints of Aluminium #848E96

Color information

#848E96 (or 0x848E96) is unknown color: approx Aluminium. HEX triplet: 84, 8E and 96. RGB value is (132,142,150). Sum of RGB (Red+Green+Blue) = 132+142+150=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 150 - color contains mainly: blue. Hex color #848E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848E96 is #7B7169. Grayscale: #8B8B8B. Windows color (decimal): -8089962 or 9866884. OLE color: 9866884.

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

Color convert

RGB132142150-
CMYK0.120.0500.41
HSL206.67º7.89%55.29%-
HSV(B)206.67º12%58.82%-
XYZ24.6926.4532.66-
YUV139.92133.69122.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=31.13%
G=33.49%
B=35.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321421500.120.0500.41206.677.8955.29
Hex848E96C5029cf837
Octal2042162261450513171067
Binary10000100100011101001011011001010101001110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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