#8B979B

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

Shades of Bali Hai #8B979B

Tints of Bali Hai #8B979B

Color information

#8B979B (or 0x8B979B) is unknown color: approx Bali Hai. HEX triplet: 8B, 97 and 9B. RGB value is (139,151,155). Sum of RGB (Red+Green+Blue) = 139+151+155=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B979B is #746864. Grayscale: #939393. Windows color (decimal): -7628901 or 10196875. OLE color: 10196875.

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

Color convert

RGB139151155-
CMYK0.100.0300.39
HSL195º7.41%57.65%-
HSV(B)195º10.32%60.78%-
XYZ27.6329.9935.34-
YUV147.87132.02121.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=31.24%
G=33.93%
B=34.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391511550.100.0300.391957.4157.65
Hex8B979BA3027c373a
Octal213227233123047303772
Binary100010111001011110011011101011010011111000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,151,155); }

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

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

 a { background-color: rgb(139,151,155); }

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

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

 span { border-color: rgb(139,151,155); }

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