#8B8984

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

Shades of Heathered Grey #8B8984

Tints of Heathered Grey #8B8984

Color information

#8B8984 (or 0x8B8984) is unknown color: approx Heathered Grey. HEX triplet: 8B, 89 and 84. RGB value is (139,137,132). Sum of RGB (Red+Green+Blue) = 139+137+132=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8984 is #74767B. Grayscale: #898989. Windows color (decimal): -7632508 or 8685963. OLE color: 8685963.

HSL color Cylindrical-coordinate representation of color #8B8984: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8B8984 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB139137132-
CMYK00.010.050.45
HSL42.86º2.93%53.14%-
HSV(B)42.86º5.04%54.51%-
XYZ23.7625.0525.41-
YUV137.03125.16129.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=34.07%
G=33.58%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913713200.010.050.4542.862.9353.14
Hex8B89840152D2b335
Octal2132112040155553365
Binary1000101110001001100001000110110110110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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