#898893

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

Shades of Grey Suit #898893

Tints of Grey Suit #898893

Color information

#898893 (or 0x898893) is unknown color: approx Grey Suit. HEX triplet: 89, 88 and 93. RGB value is (137,136,147). Sum of RGB (Red+Green+Blue) = 137+136+147=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #898893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898893 is #76776C. Grayscale: #898989. Windows color (decimal): -7763821 or 9668745. OLE color: 9668745.

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

Color convert

RGB137136147-
CMYK0.070.0700.42
HSL245.45º4.85%55.49%-
HSV(B)245.45º7.48%57.65%-
XYZ24.3925.0331.15-
YUV137.55133.33127.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 147 (57.81% from 255) = 35%
R=32.62%
G=32.38%
B=35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371361470.070.0700.42245.454.8555.49
Hex8988937702Af5537
Octal21121022377052365567
Binary100010011000100010010011111111010101011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898893; }

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

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

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

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

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

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

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

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