#8A969E

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

Shades of Bali Hai #8A969E

Tints of Bali Hai #8A969E

Color information

#8A969E (or 0x8A969E) is unknown color: approx Bali Hai. HEX triplet: 8A, 96 and 9E. RGB value is (138,150,158). Sum of RGB (Red+Green+Blue) = 138+150+158=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A969E is #756961. Grayscale: #939393. Windows color (decimal): -7694690 or 10393226. OLE color: 10393226.

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

Color convert

RGB138150158-
CMYK0.130.0500.38
HSL204º9.35%58.04%-
HSV(B)204º12.66%61.96%-
XYZ27.5629.6836.62-
YUV147.32134.02121.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=30.94%
G=33.63%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381501580.130.0500.382049.3558.04
Hex8A969ED5026cc93a
Octal2122262361550463141172
Binary10001010100101101001111011011010100110110011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,150,158); }

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

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

 a { background-color: rgb(138,150,158); }

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

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

 span { border-color: rgb(138,150,158); }

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