#8B9399

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

Shades of Bali Hai #8B9399

Tints of Bali Hai #8B9399

Color information

#8B9399 (or 0x8B9399) is unknown color: approx Bali Hai. HEX triplet: 8B, 93 and 99. RGB value is (139,147,153). Sum of RGB (Red+Green+Blue) = 139+147+153=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B9399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9399 is #746C66. Grayscale: #919191. Windows color (decimal): -7629927 or 10064779. OLE color: 10064779.

HSL color Cylindrical-coordinate representation of color #8B9399: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9399 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB139147153-
CMYK0.090.0400.4
HSL205.71º6.42%57.25%-
HSV(B)205.71º9.15%60%-
XYZ26.8328.6634.25-
YUV145.29132.35123.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=31.66%
G=33.49%
B=34.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391471530.090.0400.4205.716.4257.25
Hex8B939994028ce639
Octal213223231114050316671
Binary1000101110010011100110011001100010100011001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,153); }

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

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

 a { background-color: rgb(139,147,153); }

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

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

 span { border-color: rgb(139,147,153); }

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