#878E94

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

Shades of Aluminium #878E94

Tints of Aluminium #878E94

Color information

#878E94 (or 0x878E94) is unknown color: approx Aluminium. HEX triplet: 87, 8E and 94. RGB value is (135,142,148). Sum of RGB (Red+Green+Blue) = 135+142+148=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 148 - color contains mainly: blue. Hex color #878E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E94 is #78716B. Grayscale: #8C8C8C. Windows color (decimal): -7893356 or 9735815. OLE color: 9735815.

HSL color Cylindrical-coordinate representation of color #878E94: hue angle of 207.69º 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 #878E94 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135142148-
CMYK0.090.0400.42
HSL207.69º5.73%55.49%-
HSV(B)207.69º8.78%58.04%-
XYZ25.0126.6431.84-
YUV140.59132.18124.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=31.76%
G=33.41%
B=34.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351421480.090.0400.42207.695.7355.49
Hex878E949402Ad0637
Octal207216224114052320667
Binary1000011110001110100101001001100010101011010000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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