#8A949D

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

Shades of Bali Hai #8A949D

Tints of Bali Hai #8A949D

Color information

#8A949D (or 0x8A949D) is unknown color: approx Bali Hai. HEX triplet: 8A, 94 and 9D. RGB value is (138,148,157). Sum of RGB (Red+Green+Blue) = 138+148+157=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A949D is #756B62. Grayscale: #919191. Windows color (decimal): -7695203 or 10327178. OLE color: 10327178.

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

Color convert

RGB138148157-
CMYK0.120.0600.38
HSL208.42º8.84%57.84%-
HSV(B)208.42º12.1%61.57%-
XYZ27.1629.0236.07-
YUV146.04134.19122.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.15%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=31.15%
G=33.41%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381481570.120.0600.38208.428.8457.84
Hex8A949DC6026d093a
Octal2122242351460463201172
Binary10001010100101001001110111001100100110110100001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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