#8C949D

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

Shades of Bali Hai #8C949D

Tints of Bali Hai #8C949D

Color information

#8C949D (or 0x8C949D) is unknown color: approx Bali Hai. HEX triplet: 8C, 94 and 9D. RGB value is (140,148,157). Sum of RGB (Red+Green+Blue) = 140+148+157=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C949D is #736B62. Grayscale: #929292. Windows color (decimal): -7564131 or 10327180. OLE color: 10327180.

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

Color convert

RGB140148157-
CMYK0.110.0600.38
HSL211.76º7.98%58.24%-
HSV(B)211.76º10.83%61.57%-
XYZ27.4929.1936.08-
YUV146.63133.85123.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=31.46%
G=33.26%
B=35.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401481570.110.0600.38211.767.9858.24
Hex8C949DB6026d483a
Octal2142242351360463241072
Binary10001100100101001001110110111100100110110101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,148,157); }

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

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

 a { background-color: rgb(140,148,157); }

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

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

 span { border-color: rgb(140,148,157); }

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