#898D8A

Color #898D8A Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #898D8A

Tints of Stack #898D8A

Color information

#898D8A (or 0x898D8A) is unknown color: approx Stack. HEX triplet: 89, 8D and 8A. RGB value is (137,141,138). Sum of RGB (Red+Green+Blue) = 137+141+138=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 141 - color contains mainly: green. Hex color #898D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D8A is #767275. Grayscale: #8B8B8B. Windows color (decimal): -7762550 or 9080201. OLE color: 9080201.

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

Color convert

RGB137141138-
CMYK0.0300.020.45
HSL135º1.72%54.51%-
HSV(B)135º2.84%55.29%-
XYZ24.4326.227.81-
YUV139.46127.17126.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=32.93%
G=33.89%
B=33.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371411380.0300.020.451351.7254.51
Hex898D8A3022D87237
Octal21121521230255207267
Binary100010011000110110001010110101011011000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898D8A; }

 p { color: rgb(137,141,138); }

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

<style>
 a { background-color: #898D8A; }

 a { background-color: rgb(137,141,138); }

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

<style>
 span { border-color: #898D8A; }

 span { border-color: rgb(137,141,138); }

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