#8E959B

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

Shades of Bali Hai #8E959B

Tints of Bali Hai #8E959B

Color information

#8E959B (or 0x8E959B) is unknown color: approx Bali Hai. HEX triplet: 8E, 95 and 9B. RGB value is (142,149,155). Sum of RGB (Red+Green+Blue) = 142+149+155=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E959B is #716A64. Grayscale: #939393. Windows color (decimal): -7432805 or 10196366. OLE color: 10196366.

HSL color Cylindrical-coordinate representation of color #8E959B: hue angle of 207.69º 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 #8E959B is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB142149155-
CMYK0.080.0400.39
HSL207.69º6.1%58.24%-
HSV(B)207.69º8.39%60.78%-
XYZ27.8229.6135.26-
YUV147.59132.18124.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.84%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=31.84%
G=33.41%
B=34.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421491550.080.0400.39207.696.158.24
Hex8E959B84027d063a
Octal216225233104047320672
Binary1000111010010101100110111000100010011111010000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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