#878D94

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

Shades of Aluminium #878D94

Tints of Aluminium #878D94

Color information

#878D94 (or 0x878D94) is unknown color: approx Aluminium. HEX triplet: 87, 8D and 94. RGB value is (135,141,148). Sum of RGB (Red+Green+Blue) = 135+141+148=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 148 - color contains mainly: blue. Hex color #878D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D94 is #78726B. Grayscale: #8B8B8B. Windows color (decimal): -7893612 or 9735559. OLE color: 9735559.

HSL color Cylindrical-coordinate representation of color #878D94: hue angle of 212.31º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878D94 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135141148-
CMYK0.090.0500.42
HSL212.31º5.73%55.49%-
HSV(B)212.31º8.78%58.04%-
XYZ24.8626.3431.79-
YUV140132.51124.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=31.84%
G=33.25%
B=34.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351411480.090.0500.42212.315.7355.49
Hex878D949502Ad4637
Octal207215224115052324667
Binary1000011110001101100101001001101010101011010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878D94; }

 p { color: rgb(135,141,148); }

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

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

 a { background-color: rgb(135,141,148); }

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

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

 span { border-color: rgb(135,141,148); }

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