#8E949B

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

Shades of Bali Hai #8E949B

Tints of Bali Hai #8E949B

Color information

#8E949B (or 0x8E949B) is unknown color: approx Bali Hai. HEX triplet: 8E, 94 and 9B. RGB value is (142,148,155). Sum of RGB (Red+Green+Blue) = 142+148+155=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E949B is #716B64. Grayscale: #929292. Windows color (decimal): -7433061 or 10196110. OLE color: 10196110.

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

Color convert

RGB142148155-
CMYK0.080.0500.39
HSL212.31º6.1%58.24%-
HSV(B)212.31º8.39%60.78%-
XYZ27.6629.335.21-
YUV147132.51124.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=31.91%
G=33.26%
B=34.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421481550.080.0500.39212.316.158.24
Hex8E949B85027d463a
Octal216224233105047324672
Binary1000111010010100100110111000101010011111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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