#8B9497

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

Shades of Bali Hai #8B9497

Tints of Bali Hai #8B9497

Color information

#8B9497 (or 0x8B9497) is unknown color: approx Bali Hai. HEX triplet: 8B, 94 and 97. RGB value is (139,148,151). Sum of RGB (Red+Green+Blue) = 139+148+151=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B9497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9497 is #746B68. Grayscale: #919191. Windows color (decimal): -7629673 or 9933963. OLE color: 9933963.

HSL color Cylindrical-coordinate representation of color #8B9497: hue angle of 195º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B9497 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB139148151-
CMYK0.080.0200.41
HSL195º5.45%56.86%-
HSV(B)195º7.95%59.22%-
XYZ26.8228.933.44-
YUV145.65131.02123.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 151 (59.38% from 255) = 34.47%
R=31.74%
G=33.79%
B=34.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391481510.080.0200.411955.4556.86
Hex8B949782029c3539
Octal213224227102051303571
Binary100010111001010010010111100010010100111000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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