#8B8992

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

Shades of Grey Suit #8B8992

Tints of Grey Suit #8B8992

Color information

#8B8992 (or 0x8B8992) is unknown color: approx Grey Suit. HEX triplet: 8B, 89 and 92. RGB value is (139,137,146). Sum of RGB (Red+Green+Blue) = 139+137+146=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B8992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8992 is #74766D. Grayscale: #8A8A8A. Windows color (decimal): -7632494 or 9603467. OLE color: 9603467.

HSL color Cylindrical-coordinate representation of color #8B8992: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B8992 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB139137146-
CMYK0.050.0600.43
HSL253.33º3.96%55.49%-
HSV(B)253.33º6.16%57.25%-
XYZ24.7825.4630.8-
YUV138.62132.16128.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=32.94%
G=32.46%
B=34.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391371460.050.0600.43253.333.9655.49
Hex8B89925602Bfd437
Octal21321122256053375467
Binary100010111000100110010010101110010101111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,137,146); }

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

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

 a { background-color: rgb(139,137,146); }

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

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

 span { border-color: rgb(139,137,146); }

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