#898894

Color #898894 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #898894

Tints of Grey Suit #898894

Color information

#898894 (or 0x898894) is unknown color: approx Grey Suit. HEX triplet: 89, 88 and 94. RGB value is (137,136,148). Sum of RGB (Red+Green+Blue) = 137+136+148=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 148 - color contains mainly: blue. Hex color #898894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898894 is #76776B. Grayscale: #898989. Windows color (decimal): -7763820 or 9734281. OLE color: 9734281.

HSL color Cylindrical-coordinate representation of color #898894: hue angle of 245º 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 #898894 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137136148-
CMYK0.070.0800.42
HSL245º5.31%55.69%-
HSV(B)245º8.11%58.04%-
XYZ24.4725.0631.57-
YUV137.67133.83127.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=32.54%
G=32.30%
B=35.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371361480.070.0800.422455.3155.69
Hex8988947802Af5538
Octal211210224710052365570
Binary1000100110001000100101001111000010101011110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898894; }

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

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

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

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

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

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

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

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