#8E969B

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

Shades of Bali Hai #8E969B

Tints of Bali Hai #8E969B

Color information

#8E969B (or 0x8E969B) is unknown color: approx Bali Hai. HEX triplet: 8E, 96 and 9B. RGB value is (142,150,155). Sum of RGB (Red+Green+Blue) = 142+150+155=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 150 (58.98% from 255 or 33.56% 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 #8E969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E969B is #716964. Grayscale: #949494. Windows color (decimal): -7432549 or 10196622. OLE color: 10196622.

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

Color convert

RGB142150155-
CMYK0.080.0300.39
HSL203.08º6.1%58.24%-
HSV(B)203.08º8.39%60.78%-
XYZ27.9829.9335.31-
YUV148.18131.85123.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=31.77%
G=33.56%
B=34.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421501550.080.0300.39203.086.158.24
Hex8E969B83027cb63a
Octal216226233103047313672
Binary100011101001011010011011100011010011111001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,150,155); }

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

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

 a { background-color: rgb(142,150,155); }

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

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

 span { border-color: rgb(142,150,155); }

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