#87898B

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

Shades of Aluminium #87898B

Tints of Aluminium #87898B

Color information

#87898B (or 0x87898B) is unknown color: approx Aluminium. HEX triplet: 87, 89 and 8B. RGB value is (135,137,139). Sum of RGB (Red+Green+Blue) = 135+137+139=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 139 - color contains mainly: blue. Hex color #87898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87898B is #787674. Grayscale: #888888. Windows color (decimal): -7894645 or 9144711. OLE color: 9144711.

HSL color Cylindrical-coordinate representation of color #87898B: hue angle of 210º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #87898B is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135137139-
CMYK0.030.0100.45
HSL210º1.69%53.73%-
HSV(B)210º2.88%54.51%-
XYZ23.624.9127.99-
YUV136.63129.34126.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=32.85%
G=33.33%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351371390.030.0100.452101.6953.73
Hex87898B3102Dd2236
Octal20721121331055322266
Binary10000111100010011000101111101011011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87898B; }

 p { color: rgb(135,137,139); }

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

<style>
 a { background-color: #87898B; }

 a { background-color: rgb(135,137,139); }

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

<style>
 span { border-color: #87898B; }

 span { border-color: rgb(135,137,139); }

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