#8D979B

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

Shades of Bali Hai #8D979B

Tints of Bali Hai #8D979B

Color information

#8D979B (or 0x8D979B) is unknown color: approx Bali Hai. HEX triplet: 8D, 97 and 9B. RGB value is (141,151,155). Sum of RGB (Red+Green+Blue) = 141+151+155=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D979B is #726864. Grayscale: #949494. Windows color (decimal): -7497829 or 10196877. OLE color: 10196877.

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

Color convert

RGB141151155-
CMYK0.090.0300.39
HSL197.14º6.54%58.04%-
HSV(B)197.14º9.03%60.78%-
XYZ27.9730.1635.36-
YUV148.47131.69122.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.54%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=31.54%
G=33.78%
B=34.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411511550.090.0300.39197.146.5458.04
Hex8D979B93027c573a
Octal215227233113047305772
Binary100011011001011110011011100111010011111000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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