#86959B

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

Shades of Bali Hai #86959B

Tints of Bali Hai #86959B

Color information

#86959B (or 0x86959B) is unknown color: approx Bali Hai. HEX triplet: 86, 95 and 9B. RGB value is (134,149,155). Sum of RGB (Red+Green+Blue) = 134+149+155=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #86959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86959B is #796A64. Grayscale: #919191. Windows color (decimal): -7957093 or 10196358. OLE color: 10196358.

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

Color convert

RGB134149155-
CMYK0.140.0400.39
HSL197.14º9.5%56.67%-
HSV(B)197.14º13.55%60.78%-
XYZ26.528.9335.2-
YUV145.2133.53120.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=30.59%
G=34.02%
B=35.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341491550.140.0400.39197.149.556.67
Hex86959BE4027c5a39
Octal2062252331640473051271
Binary10000110100101011001101111101000100111110001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86959B; }

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

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

<style>
 a { background-color: #86959B; }

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

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

<style>
 span { border-color: #86959B; }

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

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