#8E979E

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

Shades of Bali Hai #8E979E

Tints of Bali Hai #8E979E

Color information

#8E979E (or 0x8E979E) is unknown color: approx Bali Hai. HEX triplet: 8E, 97 and 9E. RGB value is (142,151,158). Sum of RGB (Red+Green+Blue) = 142+151+158=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E979E is #716861. Grayscale: #959595. Windows color (decimal): -7432290 or 10393486. OLE color: 10393486.

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

Color convert

RGB142151158-
CMYK0.100.0400.38
HSL206.25º7.62%58.82%-
HSV(B)206.25º10.13%61.96%-
XYZ28.3930.3536.71-
YUV149.11133.02122.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.49%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=31.49%
G=33.48%
B=35.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421511580.100.0400.38206.257.6258.82
Hex8E979EA4026ce83b
Octal2162272361240463161073
Binary10001110100101111001111010101000100110110011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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