#89839D

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

Shades of Grey Suit #89839D

Tints of Grey Suit #89839D

Color information

#89839D (or 0x89839D) is unknown color: approx Grey Suit. HEX triplet: 89, 83 and 9D. RGB value is (137,131,157). Sum of RGB (Red+Green+Blue) = 137+131+157=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #89839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89839D is #767C62. Grayscale: #878787. Windows color (decimal): -7765091 or 10322825. OLE color: 10322825.

HSL color Cylindrical-coordinate representation of color #89839D: hue angle of 253.85º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89839D is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137131157-
CMYK0.130.1700.38
HSL253.85º11.71%56.47%-
HSV(B)253.85º16.56%61.57%-
XYZ24.5223.9935.24-
YUV135.76139.99128.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.24%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=32.24%
G=30.82%
B=36.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371311570.130.1700.38253.8511.7156.47
Hex89839DD11026fec38
Octal21120323515210463761470
Binary1000100110000011100111011101100010100110111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89839D; }

 p { color: rgb(137,131,157); }

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

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

 a { background-color: rgb(137,131,157); }

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

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

 span { border-color: rgb(137,131,157); }

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