#8A959B

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

Shades of Bali Hai #8A959B

Tints of Bali Hai #8A959B

Color information

#8A959B (or 0x8A959B) is unknown color: approx Bali Hai. HEX triplet: 8A, 95 and 9B. RGB value is (138,149,155). Sum of RGB (Red+Green+Blue) = 138+149+155=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A959B is #756A64. Grayscale: #929292. Windows color (decimal): -7694949 or 10196362. OLE color: 10196362.

HSL color Cylindrical-coordinate representation of color #8A959B: hue angle of 201.18º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A959B is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB138149155-
CMYK0.110.0400.39
HSL201.18º7.83%57.45%-
HSV(B)201.18º10.97%60.78%-
XYZ27.1529.2635.23-
YUV146.39132.86122.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.22%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=31.22%
G=33.71%
B=35.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381491550.110.0400.39201.187.8357.45
Hex8A959BB4027c9839
Octal2122252331340473111071
Binary10001010100101011001101110111000100111110010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,149,155); }

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

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

 a { background-color: rgb(138,149,155); }

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

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

 span { border-color: rgb(138,149,155); }

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