#888F94

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

Shades of Aluminium #888F94

Tints of Aluminium #888F94

Color information

#888F94 (or 0x888F94) is unknown color: approx Aluminium. HEX triplet: 88, 8F and 94. RGB value is (136,143,148). Sum of RGB (Red+Green+Blue) = 136+143+148=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 148 - color contains mainly: blue. Hex color #888F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F94 is #77706B. Grayscale: #8D8D8D. Windows color (decimal): -7827564 or 9736072. OLE color: 9736072.

HSL color Cylindrical-coordinate representation of color #888F94: hue angle of 205º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #888F94 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136143148-
CMYK0.080.0300.42
HSL205º5.31%55.69%-
HSV(B)205º8.11%58.04%-
XYZ25.3227.0231.9-
YUV141.48131.68124.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=31.85%
G=33.49%
B=34.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361431480.080.0300.422055.3155.69
Hex888F948302Acd538
Octal210217224103052315570
Binary100010001000111110010100100011010101011001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888F94; }

 p { color: rgb(136,143,148); }

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

<style>
 a { background-color: #888F94; }

 a { background-color: rgb(136,143,148); }

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

<style>
 span { border-color: #888F94; }

 span { border-color: rgb(136,143,148); }

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