#8B9189

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

Shades of Stack #8B9189

Tints of Stack #8B9189

Color information

#8B9189 (or 0x8B9189) is unknown color: approx Stack. HEX triplet: 8B, 91 and 89. RGB value is (139,145,137). Sum of RGB (Red+Green+Blue) = 139+145+137=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9189 is #746E76. Grayscale: #8E8E8E. Windows color (decimal): -7630455 or 9015691. OLE color: 9015691.

HSL color Cylindrical-coordinate representation of color #8B9189: hue angle of 105º 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 #8B9189 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB139145137-
CMYK0.0400.060.43
HSL105º3.51%55.29%-
HSV(B)105º5.52%56.86%-
XYZ25.2927.5527.65-
YUV142.29125.01125.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=33.02%
G=34.44%
B=32.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391451370.0400.060.431053.5155.29
Hex8B91894062B69437
Octal21322121140653151467
Binary10001011100100011000100110001101010111101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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