#8A9FA9

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

Shades of Bali Hai #8A9FA9

Tints of Bali Hai #8A9FA9

Color information

#8A9FA9 (or 0x8A9FA9) is unknown color: approx Bali Hai. HEX triplet: 8A, 9F and A9. RGB value is (138,159,169). Sum of RGB (Red+Green+Blue) = 138+159+169=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 169 - color contains mainly: blue. Hex color #8A9FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9FA9 is #756056. Grayscale: #999999. Windows color (decimal): -7692375 or 11116426. OLE color: 11116426.

HSL color Cylindrical-coordinate representation of color #8A9FA9: hue angle of 199.35º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A9FA9 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB138159169-
CMYK0.180.0600.34
HSL199.35º15.27%60.2%-
HSV(B)199.35º18.34%66.27%-
XYZ30.0433.0642.33-
YUV153.86136.54116.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.61%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=29.61%
G=34.12%
B=36.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1381591690.180.0600.34199.3515.2760.2
Hex8A9FA9126022c7f3c
Octal2122372512260423071774
Binary100010101001111110101001100101100100010110001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,159,169); }

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

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

 a { background-color: rgb(138,159,169); }

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

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

 span { border-color: rgb(138,159,169); }

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