#8E979F

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

Shades of Bali Hai #8E979F

Tints of Bali Hai #8E979F

Color information

#8E979F (or 0x8E979F) is unknown color: approx Bali Hai. HEX triplet: 8E, 97 and 9F. RGB value is (142,151,159). Sum of RGB (Red+Green+Blue) = 142+151+159=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E979F is #716860. Grayscale: #959595. Windows color (decimal): -7432289 or 10459022. OLE color: 10459022.

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

Color convert

RGB142151159-
CMYK0.110.0500.38
HSL208.24º8.13%59.02%-
HSV(B)208.24º10.69%62.35%-
XYZ28.4830.3937.17-
YUV149.22133.52122.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.42%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=31.42%
G=33.41%
B=35.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421511590.110.0500.38208.248.1359.02
Hex8E979FB5026d083b
Octal2162272371350463201073
Binary10001110100101111001111110111010100110110100001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,151,159); }

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

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

 a { background-color: rgb(142,151,159); }

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

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

 span { border-color: rgb(142,151,159); }

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