#8B989C

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

Shades of Bali Hai #8B989C

Tints of Bali Hai #8B989C

Color information

#8B989C (or 0x8B989C) is unknown color: approx Bali Hai. HEX triplet: 8B, 98 and 9C. RGB value is (139,152,156). Sum of RGB (Red+Green+Blue) = 139+152+156=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B989C is #746763. Grayscale: #949494. Windows color (decimal): -7628644 or 10262667. OLE color: 10262667.

HSL color Cylindrical-coordinate representation of color #8B989C: hue angle of 194.12º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B989C is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139152156-
CMYK0.110.0300.39
HSL194.12º7.91%57.84%-
HSV(B)194.12º10.9%61.18%-
XYZ27.8830.3535.84-
YUV148.57132.19121.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.10%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=31.10%
G=34.00%
B=34.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391521560.110.0300.39194.127.9157.84
Hex8B989CB3027c283a
Octal2132302341330473021072
Binary1000101110011000100111001011110100111110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,152,156); }

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

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

 a { background-color: rgb(139,152,156); }

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

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

 span { border-color: rgb(139,152,156); }

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