#888E93

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

Shades of Aluminium #888E93

Tints of Aluminium #888E93

Color information

#888E93 (or 0x888E93) is unknown color: approx Aluminium. HEX triplet: 88, 8E and 93. RGB value is (136,142,147). Sum of RGB (Red+Green+Blue) = 136+142+147=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 147 - color contains mainly: blue. Hex color #888E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888E93 is #77716C. Grayscale: #8C8C8C. Windows color (decimal): -7827821 or 9670280. OLE color: 9670280.

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

Color convert

RGB136142147-
CMYK0.070.0300.42
HSL207.27º4.85%55.49%-
HSV(B)207.27º7.48%57.65%-
XYZ25.0926.6931.43-
YUV140.78131.51124.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=32%
G=33.41%
B=34.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361421470.070.0300.42207.274.8555.49
Hex888E937302Acf537
Octal21021622373052317567
Binary10001000100011101001001111111010101011001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,142,147); }

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

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

 a { background-color: rgb(136,142,147); }

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

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

 span { border-color: rgb(136,142,147); }

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