#8B889E

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

Shades of Grey Suit #8B889E

Tints of Grey Suit #8B889E

Color information

#8B889E (or 0x8B889E) is unknown color: approx Grey Suit. HEX triplet: 8B, 88 and 9E. RGB value is (139,136,158). Sum of RGB (Red+Green+Blue) = 139+136+158=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B889E is #747761. Grayscale: #8B8B8B. Windows color (decimal): -7632738 or 10389643. OLE color: 10389643.

HSL color Cylindrical-coordinate representation of color #8B889E: hue angle of 248.18º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B889E is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB139136158-
CMYK0.120.1400.38
HSL248.18º10.19%57.65%-
HSV(B)248.18º13.92%61.96%-
XYZ25.6225.5735.93-
YUV139.4138.49127.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.10%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=32.10%
G=31.41%
B=36.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391361580.120.1400.38248.1810.1957.65
Hex8B889ECE026f8a3a
Octal21321023614160463701272
Binary100010111000100010011110110011100100110111110001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B889E; }

 p { color: rgb(139,136,158); }

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

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

 a { background-color: rgb(139,136,158); }

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

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

 span { border-color: rgb(139,136,158); }

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